Class ItemClobDescription
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.item.server.entity.ItemClobDescription
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of ItemClobDescriptionItemClobDescription
(ItemClobDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ItemClobDescription -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
getItemDescription
(EntityPermission entityPermission) getItemDescription
(Session session) getItemDescription
(Session session, EntityPermission entityPermission) getItemDescriptionForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setClobDescription
(String clobDescription) void
setFromTime
(Long fromTime) void
void
setItemDescription
(ItemDescription entity) void
setItemDescriptionPK
(ItemDescriptionPK itemDescriptionPK) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ItemClobDescription
Creates a new instance of ItemClobDescription- Throws:
PersistenceException
-
ItemClobDescription
Creates a new instance of ItemClobDescription
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getItemClobDescriptionValue
-
setItemClobDescriptionValue
public void setItemClobDescriptionValue(ItemClobDescriptionValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getItemDescriptionPK
-
getItemDescription
-
getItemDescription
-
getItemDescription
-
getItemDescription
-
getItemDescriptionForUpdate
-
getItemDescriptionForUpdate
-
setItemDescriptionPK
public void setItemDescriptionPK(ItemDescriptionPK itemDescriptionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemDescription
-
getItemDescriptionPKHasBeenModified
-
getClobDescription
-
setClobDescription
public void setClobDescription(String clobDescription) throws PersistenceNotNullException, PersistenceReadOnlyException -
getClobDescriptionHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-