Class PartyScaleUse
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.scale.server.entity.PartyScaleUse
- 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 PartyScaleUsePartyScaleUse
(PartyScaleUseValue value, EntityPermission entityPermission) Creates a new instance of PartyScaleUse -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyForUpdate
(Session session) boolean
getScale()
getScale
(EntityPermission entityPermission) getScale
(Session session, EntityPermission entityPermission) getScaleForUpdate
(Session session) boolean
getScaleUseType
(EntityPermission entityPermission) getScaleUseType
(Session session) getScaleUseType
(Session session, EntityPermission entityPermission) getScaleUseTypeForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
setPartyPK
(PartyPK partyPK) void
void
void
setScalePK
(ScalePK scalePK) void
setScaleUseType
(ScaleUseType entity) void
setScaleUseTypePK
(ScaleUseTypePK scaleUseTypePK) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyScaleUse
Creates a new instance of PartyScaleUse- Throws:
PersistenceException
-
PartyScaleUse
Creates a new instance of PartyScaleUse
-
-
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
-
getPartyScaleUseValue
-
setPartyScaleUseValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getScaleUseTypePK
-
getScaleUseType
-
getScaleUseType
-
getScaleUseType
-
getScaleUseType
-
getScaleUseTypeForUpdate
-
getScaleUseTypeForUpdate
-
setScaleUseTypePK
public void setScaleUseTypePK(ScaleUseTypePK scaleUseTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setScaleUseType
-
getScaleUseTypePKHasBeenModified
-
getScalePK
-
getScale
-
getScale
-
getScale
-
getScale
-
getScaleForUpdate
-
getScaleForUpdate
-
setScalePK
public void setScalePK(ScalePK scalePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setScale
-
getScalePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-