Package com.soffid.iam.model
Class BlobConfigurationEntity
- java.lang.Object
-
- com.soffid.iam.model.BlobConfigurationEntity
-
- Direct Known Subclasses:
BlobConfigurationEntityImpl
public abstract class BlobConfigurationEntity extends Object
Entity BlobConfigurationEntity
-
-
Constructor Summary
Constructors Constructor Description BlobConfigurationEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an BlobConfigurationEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Long
getId()
Gets value for attribute idString
getName()
Gets value for attribute nameTenantEntity
getTenant()
Gets value for attribute tenantbyte[]
getValue()
Gets value for attribute valueString
getVersion()
Gets value for attribute versionint
hashCode()
Returns a hash code based on this entity's identifiers.void
setId(Long id)
Sets value for attribute idvoid
setName(String name)
Sets value for attribute namevoid
setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
setValue(byte[] value)
Sets value for attribute valuevoid
setVersion(String version)
Sets value for attribute version
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getValue
public byte[] getValue()
Gets value for attribute value
-
setValue
public void setValue(byte[] value)
Sets value for attribute value
-
getVersion
public String getVersion()
Gets value for attribute version
-
setVersion
public void setVersion(String version)
Sets value for attribute version
-
getTenant
public TenantEntity getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an BlobConfigurationEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-