Class DeletedEntity
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.DeletedEntity
-
- All Implemented Interfaces:
ICodeHolder
,IEntityInformationHolder
,IEntityInformationHolderWithIdentifier
,IEntityInformationHolderWithPermId
,IIdAndCodeHolder
,IIdentifierHolder
,IIdHolder
,IPermIdHolder
,java.io.Serializable
public class DeletedEntity extends java.lang.Object implements IEntityInformationHolderWithIdentifier
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeletedEntity(java.lang.Long id, java.lang.String code, java.lang.String permId, java.lang.String identifier, BasicEntityType entityType, EntityKind entityKind)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCode()
Returns the code.EntityKind
getEntityKind()
Return the entity kind of this matching entity.BasicEntityType
getEntityType()
Returns the entity type of this matching entity.java.lang.Long
getId()
Returns the technical ID of this instance.java.lang.String
getIdentifier()
java.lang.String
getPermId()
-
-
-
Constructor Detail
-
DeletedEntity
public DeletedEntity(java.lang.Long id, java.lang.String code, java.lang.String permId, java.lang.String identifier, BasicEntityType entityType, EntityKind entityKind)
-
-
Method Detail
-
getIdentifier
public java.lang.String getIdentifier()
- Specified by:
getIdentifier
in interfaceIIdentifierHolder
-
getEntityType
public BasicEntityType getEntityType()
Description copied from interface:IEntityInformationHolder
Returns the entity type of this matching entity.- Specified by:
getEntityType
in interfaceIEntityInformationHolder
-
getEntityKind
public EntityKind getEntityKind()
Description copied from interface:IEntityInformationHolder
Return the entity kind of this matching entity.- Specified by:
getEntityKind
in interfaceIEntityInformationHolder
-
getId
public java.lang.Long getId()
Description copied from interface:IIdHolder
Returns the technical ID of this instance.
-
getCode
public java.lang.String getCode()
Description copied from interface:ICodeHolder
Returns the code.- Specified by:
getCode
in interfaceICodeHolder
-
getPermId
public java.lang.String getPermId()
- Specified by:
getPermId
in interfaceIPermIdHolder
-
-