Class TopObjectInfo
- java.lang.Object
- 
- com._1c.g5.v8.dt.compare.datasource.TopObjectInfo
 
- 
 public class TopObjectInfo extends Object The top object common data container.
- 
- 
Constructor SummaryConstructors Constructor Description TopObjectInfo(String symlink, org.eclipse.emf.ecore.EClass eClass)Constructs a container.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LonggetBmId()Gets top object bmId.org.eclipse.emf.ecore.EClassgetEClass()Gets top object type.StringgetName()Gets top object name.StringgetSymlink()Gets top object symlink.UUIDgetUuid()Gets top object UUID.inthashCode()voidsetBmId(long bmId)Sets the bmId value.voidsetUuid(UUID uuid)Sets the UUID value.StringtoString()
 
- 
- 
- 
Constructor Detail- 
TopObjectInfopublic TopObjectInfo(String symlink, org.eclipse.emf.ecore.EClass eClass) Constructs a container.- Parameters:
- symlink- top object symlink, cannot be- nullor empty string
- eClass- the EClass of the object in the container, cannot be- null
 
 
- 
 - 
Method Detail- 
getSymlinkpublic String getSymlink() Gets top object symlink.- Returns:
- top object symlink, never null
 
 - 
getNamepublic String getName() Gets top object name.- Returns:
- top object name, never null
 
 - 
getEClasspublic org.eclipse.emf.ecore.EClass getEClass() Gets top object type.- Returns:
- top object type, never null
 
 - 
getUuidpublic UUID getUuid() Gets top object UUID.- Returns:
- top object UUID, can be nullif not set yet
 
 - 
setUuidpublic void setUuid(UUID uuid) Sets the UUID value.- Parameters:
- uuid- the UUID value to set, cannot be- null
 
 - 
getBmIdpublic Long getBmId() Gets top object bmId.- Returns:
- the bmId, can be nullif not set yet
 
 - 
setBmIdpublic void setBmId(long bmId) Sets the bmId value.- Parameters:
- bmId- the bmId value to set
 
 
- 
 
-