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.TopObjectInfo(String symlink, org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EReference containingReference)
Constructs a container.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
org.eclipse.emf.ecore.EReference
getContainingReference()
Gets the object reference in the container.org.eclipse.emf.ecore.EClass
getEClass()
Gets top object type.String
getName()
Gets top object name.String
getSymlink()
Gets top object symlink.UUID
getUuid()
Gets top object UUID.int
hashCode()
void
setUuid(UUID uuid)
Sets the UUID value.String
toString()
-
-
-
Constructor Detail
-
TopObjectInfo
public TopObjectInfo(String symlink, org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EReference containingReference)
Constructs a container.- Parameters:
symlink
- top object symlink, cannot benull
or empty stringeClass
- the EClass of the object in the container, cannot benull
containingReference
- the object reference in the container, can benull
-
TopObjectInfo
public TopObjectInfo(String symlink, org.eclipse.emf.ecore.EClass eClass)
Constructs a container.- Parameters:
symlink
- top object symlink, cannot benull
or 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
-
getName
public String getName()
Gets top object name.- Returns:
- top object name
-
getEClass
public org.eclipse.emf.ecore.EClass getEClass()
Gets top object type.- Returns:
- top object type
-
getContainingReference
public org.eclipse.emf.ecore.EReference getContainingReference()
Gets the object reference in the container.- Returns:
- the object reference in the container, can be
null
-
getUuid
public UUID getUuid()
Gets top object UUID.- Returns:
- top object UUID
-
setUuid
public void setUuid(UUID uuid)
Sets the UUID value.- Parameters:
uuid
- the UUID value to set
-
-