Class PartyCreditLimitValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyCreditLimitPK>
com.echothree.model.data.term.server.value.PartyCreditLimitValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyCreditLimitValue
extends BaseValue<PartyCreditLimitPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyCreditLimitValue
(PartyPK partyPK, CurrencyPK currencyPK, Long creditLimit, Long potentialCreditLimit, Long fromTime, Long thruTime) Creates a new instance of PartyCreditLimitValuePartyCreditLimitValue
(PartyCreditLimitPK partyCreditLimitPK, PartyPK partyPK, CurrencyPK currencyPK, Long creditLimit, Long potentialCreditLimit, Long fromTime, Long thruTime) Creates a new instance of PartyCreditLimitValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCreditLimit
(Long creditLimit) void
setCurrencyPK
(CurrencyPK currencyPK) void
setFromTime
(Long fromTime) void
setPartyPK
(PartyPK partyPK) void
setPotentialCreditLimit
(Long potentialCreditLimit) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyCreditLimitValue
public PartyCreditLimitValue(PartyCreditLimitPK partyCreditLimitPK, PartyPK partyPK, CurrencyPK currencyPK, Long creditLimit, Long potentialCreditLimit, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyCreditLimitValue- Throws:
PersistenceNotNullException
-
PartyCreditLimitValue
public PartyCreditLimitValue(PartyPK partyPK, CurrencyPK currencyPK, Long creditLimit, Long potentialCreditLimit, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyCreditLimitValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyCreditLimitPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyCreditLimitPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyCreditLimitPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyCreditLimitPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getCurrencyPK
-
setCurrencyPK
- Throws:
PersistenceNotNullException
-
getCurrencyPKHasBeenModified
-
getCreditLimit
-
setCreditLimit
-
getCreditLimitHasBeenModified
-
getPotentialCreditLimit
-
setPotentialCreditLimit
-
getPotentialCreditLimitHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-