Class ItemStringDescription
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.item.server.entity.ItemStringDescription
- 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 ItemStringDescriptionItemStringDescription(ItemStringDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ItemStringDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetItemDescription(EntityPermission entityPermission) getItemDescription(Session session) getItemDescription(Session session, EntityPermission entityPermission) getItemDescriptionForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetItemDescription(ItemDescription entity) voidsetItemDescriptionPK(ItemDescriptionPK itemDescriptionPK) voidvoidsetStringDescription(String stringDescription) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ItemStringDescription
Creates a new instance of ItemStringDescription- Throws:
PersistenceException
-
ItemStringDescription
Creates a new instance of ItemStringDescription
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getItemStringDescriptionValue
-
setItemStringDescriptionValue
public void setItemStringDescriptionValue(ItemStringDescriptionValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getItemDescriptionPK
-
getItemDescription
-
getItemDescription
-
getItemDescription
-
getItemDescription
-
getItemDescriptionForUpdate
-
getItemDescriptionForUpdate
-
setItemDescriptionPK
public void setItemDescriptionPK(ItemDescriptionPK itemDescriptionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemDescription
-
getItemDescriptionPKHasBeenModified
-
getStringDescription
-
setStringDescription
public void setStringDescription(String stringDescription) throws PersistenceNotNullException, PersistenceReadOnlyException -
getStringDescriptionHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-