Class TopObjectInfo
java.lang.Object
com._1c.g5.v8.dt.compare.datasource.TopObjectInfo
The top object common data container.
-
Constructor Summary
ConstructorsConstructorDescriptionTopObjectInfo
(String symlink, org.eclipse.emf.ecore.EClass eClass) Constructs a container. -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBmId()
Gets top object bmId.org.eclipse.emf.ecore.EClass
Gets top object type.getName()
Gets top object name.Gets top object symlink.getUuid()
Gets top object UUID.int
hashCode()
void
setBmId
(long bmId) Sets the bmId value.void
Sets the UUID value.toString()
-
Constructor Details
-
TopObjectInfo
Constructs a container.- Parameters:
symlink
- top object symlink, cannot benull
or empty stringeClass
- the EClass of the object in the container, cannot benull
-
-
Method Details
-
getSymlink
Gets top object symlink.- Returns:
- top object symlink, never
null
-
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
Gets top object UUID.- Returns:
- top object UUID, can be
null
if not set yet
-
setUuid
Sets the UUID value.- Parameters:
uuid
- the UUID value to set, cannot benull
-
getBmId
Gets top object bmId.- Returns:
- the bmId, can be
null
if not set yet
-
setBmId
public void setBmId(long bmId) Sets the bmId value.- Parameters:
bmId
- the bmId value to set
-
toString
-
hashCode
public int hashCode() -
equals
-