Class PartyGlAccountValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyGlAccountPK>
com.echothree.model.data.accounting.server.value.PartyGlAccountValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyGlAccountValue
extends BaseValue<PartyGlAccountPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyGlAccountValue
(PartyGlAccountPK partyGlAccountPK, PartyPK partyPK, GlAccountPK glAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyGlAccountValuePartyGlAccountValue
(PartyPK partyPK, GlAccountPK glAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyGlAccountValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setGlAccountPK
(GlAccountPK glAccountPK) void
setIsDefault
(Boolean isDefault) void
setPartyPK
(PartyPK partyPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyGlAccountValue
public PartyGlAccountValue(PartyGlAccountPK partyGlAccountPK, PartyPK partyPK, GlAccountPK glAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyGlAccountValue- Throws:
PersistenceNotNullException
-
PartyGlAccountValue
public PartyGlAccountValue(PartyPK partyPK, GlAccountPK glAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyGlAccountValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyGlAccountPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyGlAccountPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyGlAccountPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyGlAccountPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getGlAccountPK
-
setGlAccountPK
- Throws:
PersistenceNotNullException
-
getGlAccountPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-