Class ItemDescriptionDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.item.server.entity.ItemDescriptionDetail
- 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 ItemDescriptionDetailItemDescriptionDetail
(ItemDescriptionDetailValue value, EntityPermission entityPermission) Creates a new instance of ItemDescriptionDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getItem()
getItem
(EntityPermission entityPermission) getItem
(Session session, EntityPermission entityPermission) getItemDescription
(EntityPermission entityPermission) getItemDescription
(Session session) getItemDescription
(Session session, EntityPermission entityPermission) getItemDescriptionForUpdate
(Session session) boolean
getItemDescriptionType
(EntityPermission entityPermission) getItemDescriptionType
(Session session) getItemDescriptionType
(Session session, EntityPermission entityPermission) getItemDescriptionTypeForUpdate
(Session session) boolean
getItemForUpdate
(Session session) boolean
getLanguage
(EntityPermission entityPermission) getLanguage
(Session session) getLanguage
(Session session, EntityPermission entityPermission) getLanguageForUpdate
(Session session) boolean
getMimeType
(EntityPermission entityPermission) getMimeType
(Session session) getMimeType
(Session session, EntityPermission entityPermission) getMimeTypeForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
setItemDescription
(ItemDescription entity) void
void
setItemDescriptionPK
(ItemDescriptionPK itemDescriptionPK) void
void
setItemDescriptionTypePK
(ItemDescriptionTypePK itemDescriptionTypePK) void
void
setLanguage
(Language entity) void
setLanguagePK
(LanguagePK languagePK) void
setMimeType
(MimeType entity) void
setMimeTypePK
(MimeTypePK mimeTypePK) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ItemDescriptionDetail
Creates a new instance of ItemDescriptionDetail- Throws:
PersistenceException
-
ItemDescriptionDetail
Creates a new instance of ItemDescriptionDetail
-
-
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
-
getItemDescriptionDetailValue
-
setItemDescriptionDetailValue
public void setItemDescriptionDetailValue(ItemDescriptionDetailValue 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
-
getItemDescriptionTypePK
-
getItemDescriptionType
public ItemDescriptionType getItemDescriptionType(Session session, EntityPermission entityPermission) -
getItemDescriptionType
-
getItemDescriptionType
-
getItemDescriptionType
-
getItemDescriptionTypeForUpdate
-
getItemDescriptionTypeForUpdate
-
setItemDescriptionTypePK
public void setItemDescriptionTypePK(ItemDescriptionTypePK itemDescriptionTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemDescriptionType
-
getItemDescriptionTypePKHasBeenModified
-
getItemPK
-
getItem
-
getItem
-
getItem
-
getItem
-
getItemForUpdate
-
getItemForUpdate
-
setItemPK
public void setItemPK(ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getLanguagePK
-
getLanguage
-
getLanguage
-
getLanguage
-
getLanguage
-
getLanguageForUpdate
-
getLanguageForUpdate
-
setLanguagePK
public void setLanguagePK(LanguagePK languagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLanguage
-
getLanguagePKHasBeenModified
-
getMimeTypePK
-
getMimeType
-
getMimeType
-
getMimeType
-
getMimeType
-
getMimeTypeForUpdate
-
getMimeTypeForUpdate
-
setMimeTypePK
public void setMimeTypePK(MimeTypePK mimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setMimeType
-
getMimeTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-