Class UseDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.offer.server.entity.UseDetail
- 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 UseDetailUseDetail(UseDetailValue value, EntityPermission entityPermission) Creates a new instance of UseDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleangetUse()getUse(EntityPermission entityPermission) getUse(Session session, EntityPermission entityPermission) getUseForUpdate(Session session) booleangetUsePK()booleangetUseType(EntityPermission entityPermission) getUseType(Session session) getUseType(Session session, EntityPermission entityPermission) getUseTypeForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidvoidsetUseDetailValue(UseDetailValue value) voidsetUseName(String useName) voidvoidsetUseType(UseType entity) voidsetUseTypePK(UseTypePK useTypePK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
UseDetail
Creates a new instance of UseDetail- Throws:
PersistenceException
-
UseDetail
Creates a new instance of UseDetail
-
-
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
-
getUseDetailValue
-
setUseDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getUsePK
-
getUse
-
getUse
-
getUse
-
getUse
-
getUseForUpdate
-
getUseForUpdate
-
setUsePK
-
setUse
-
getUsePKHasBeenModified
-
getUseName
-
setUseName
public void setUseName(String useName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getUseNameHasBeenModified
-
getUseTypePK
-
getUseType
-
getUseType
-
getUseType
-
getUseType
-
getUseTypeForUpdate
-
getUseTypeForUpdate
-
setUseTypePK
public void setUseTypePK(UseTypePK useTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUseType
-
getUseTypePKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-