Package com.soffid.iam.model
Class CustomObjectAttributeEntity
- java.lang.Object
-
- com.soffid.iam.model.CustomObjectAttributeEntity
-
- Direct Known Subclasses:
CustomObjectAttributeEntityImpl
public abstract class CustomObjectAttributeEntity extends Object
Entity CustomObjectAttributeEntity
-
-
Constructor Summary
Constructors Constructor Description CustomObjectAttributeEntity()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an CustomObjectAttributeEntity instance and all identifiers for this entity equal the identifiers of the argument entity.byte[]
getBlobDataValue()
Gets value for attribute blobDataValueCustomObjectEntity
getCustomObject()
Gets value for attribute customObjectLong
getId()
Gets value for attribute idMetaDataEntity
getMetadata()
Gets value for attribute metadataabstract Object
getObjectValue()
Operation getObjectValueString
getValue()
Gets value for attribute valueint
hashCode()
Returns a hash code based on this entity's identifiers.void
setBlobDataValue(byte[] blobDataValue)
Sets value for attribute blobDataValuevoid
setCustomObject(CustomObjectEntity customObject)
Sets value for attribute customObjectvoid
setId(Long id)
Sets value for attribute idvoid
setMetadata(MetaDataEntity metadata)
Sets value for attribute metadataabstract void
setObjectValue(Object value)
Operation setObjectValuevoid
setValue(String value)
Sets value for attribute value
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getValue
public String getValue()
Gets value for attribute value
-
setValue
public void setValue(String value)
Sets value for attribute value
-
getCustomObject
public CustomObjectEntity getCustomObject()
Gets value for attribute customObject
-
setCustomObject
public void setCustomObject(CustomObjectEntity customObject)
Sets value for attribute customObject
-
getMetadata
public MetaDataEntity getMetadata()
Gets value for attribute metadata
-
setMetadata
public void setMetadata(MetaDataEntity metadata)
Sets value for attribute metadata
-
getBlobDataValue
public byte[] getBlobDataValue()
Gets value for attribute blobDataValue
-
setBlobDataValue
public void setBlobDataValue(byte[] blobDataValue)
Sets value for attribute blobDataValue
-
getObjectValue
public abstract Object getObjectValue()
Operation getObjectValue- Returns:
-
setObjectValue
public abstract void setObjectValue(Object value)
Operation setObjectValue- Parameters:
value
-
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an CustomObjectAttributeEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-