Class PartyApplicationEditorUseDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.party.server.entity.PartyApplicationEditorUseDetail
- 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 PartyApplicationEditorUseDetailPartyApplicationEditorUseDetail(PartyApplicationEditorUseDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyApplicationEditorUseDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetApplicationEditor(EntityPermission entityPermission) booleangetApplicationEditorUse(EntityPermission entityPermission) booleanbooleangetParty()getParty(EntityPermission entityPermission) getPartyApplicationEditorUse(EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetApplicationEditorPK(ApplicationEditorPK applicationEditorPK) voidvoidsetApplicationEditorUsePK(ApplicationEditorUsePK applicationEditorUsePK) voidsetFromTime(Long fromTime) voidvoidvoidvoidsetPartyApplicationEditorUsePK(PartyApplicationEditorUsePK partyApplicationEditorUsePK) voidsetPartyPK(PartyPK partyPK) voidsetPreferredHeight(Integer preferredHeight) voidsetPreferredWidth(Integer preferredWidth) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
PartyApplicationEditorUseDetail
Creates a new instance of PartyApplicationEditorUseDetail- Throws:
PersistenceException
-
PartyApplicationEditorUseDetail
public PartyApplicationEditorUseDetail(PartyApplicationEditorUseDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyApplicationEditorUseDetail
-
-
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
-
getPartyApplicationEditorUseDetailValue
-
setPartyApplicationEditorUseDetailValue
public void setPartyApplicationEditorUseDetailValue(PartyApplicationEditorUseDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPartyApplicationEditorUsePK
-
getPartyApplicationEditorUse
-
getPartyApplicationEditorUse
-
getPartyApplicationEditorUseForUpdate
-
setPartyApplicationEditorUsePK
public void setPartyApplicationEditorUsePK(PartyApplicationEditorUsePK partyApplicationEditorUsePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyApplicationEditorUse
-
getPartyApplicationEditorUsePKHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getApplicationEditorUsePK
-
getApplicationEditorUse
-
getApplicationEditorUse
-
getApplicationEditorUseForUpdate
-
setApplicationEditorUsePK
public void setApplicationEditorUsePK(ApplicationEditorUsePK applicationEditorUsePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setApplicationEditorUse
-
getApplicationEditorUsePKHasBeenModified
-
getApplicationEditorPK
-
getApplicationEditor
-
getApplicationEditor
-
getApplicationEditorForUpdate
-
setApplicationEditorPK
public void setApplicationEditorPK(ApplicationEditorPK applicationEditorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setApplicationEditor
-
getApplicationEditorPKHasBeenModified
-
getPreferredHeight
-
setPreferredHeight
public void setPreferredHeight(Integer preferredHeight) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPreferredHeightHasBeenModified
-
getPreferredWidth
-
setPreferredWidth
public void setPreferredWidth(Integer preferredWidth) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPreferredWidthHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-