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 Summary
Constructors Constructor Description TopObjectInfo(String symlink, org.eclipse.emf.ecore.EClass eClass)Constructs a container.
-
Method Summary
All 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
-
TopObjectInfo
public TopObjectInfo(String symlink, org.eclipse.emf.ecore.EClass eClass)
Constructs a container.- Parameters:
symlink- top object symlink, cannot benullor empty stringeClass- the EClass of the object in the container, cannot benull
-
-
Method Detail
-
getSymlink
public String getSymlink()
Gets top object symlink.- Returns:
- top object symlink, never
null
-
getName
public String getName()
Gets top object name.- Returns:
- top object name, never
null
-
getEClass
public org.eclipse.emf.ecore.EClass getEClass()
Gets top object type.- Returns:
- top object type, never
null
-
getUuid
public UUID getUuid()
Gets top object UUID.- Returns:
- top object UUID, can be
nullif not set yet
-
setUuid
public void setUuid(UUID uuid)
Sets the UUID value.- Parameters:
uuid- the UUID value to set, cannot benull
-
getBmId
public Long getBmId()
Gets top object bmId.- Returns:
- the bmId, can be
nullif not set yet
-
setBmId
public void setBmId(long bmId)
Sets the bmId value.- Parameters:
bmId- the bmId value to set
-
-