Class GlAccountDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<GlAccountDetailPK>
com.echothree.model.data.accounting.server.value.GlAccountDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class GlAccountDetailValue
extends BaseValue<GlAccountDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionGlAccountDetailValue
(GlAccountDetailPK glAccountDetailPK, GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of GlAccountDetailValueGlAccountDetailValue
(GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of GlAccountDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCurrencyPK
(CurrencyPK currencyPK) void
setFromTime
(Long fromTime) void
setGlAccountCategoryPK
(GlAccountCategoryPK glAccountCategoryPK) void
setGlAccountClassPK
(GlAccountClassPK glAccountClassPK) void
setGlAccountName
(String glAccountName) void
setGlAccountPK
(GlAccountPK glAccountPK) void
setGlAccountTypePK
(GlAccountTypePK glAccountTypePK) void
setGlResourceTypePK
(GlResourceTypePK glResourceTypePK) void
setIsDefault
(Boolean isDefault) void
setParentGlAccountPK
(GlAccountPK parentGlAccountPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
GlAccountDetailValue
public GlAccountDetailValue(GlAccountDetailPK glAccountDetailPK, GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GlAccountDetailValue- Throws:
PersistenceNotNullException
-
GlAccountDetailValue
public GlAccountDetailValue(GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GlAccountDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<GlAccountDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<GlAccountDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<GlAccountDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<GlAccountDetailPK>
-
getGlAccountPK
-
setGlAccountPK
- Throws:
PersistenceNotNullException
-
getGlAccountPKHasBeenModified
-
getGlAccountName
-
setGlAccountName
- Throws:
PersistenceNotNullException
-
getGlAccountNameHasBeenModified
-
getParentGlAccountPK
-
setParentGlAccountPK
-
getParentGlAccountPKHasBeenModified
-
getGlAccountTypePK
-
setGlAccountTypePK
- Throws:
PersistenceNotNullException
-
getGlAccountTypePKHasBeenModified
-
getGlAccountClassPK
-
setGlAccountClassPK
public void setGlAccountClassPK(GlAccountClassPK glAccountClassPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getGlAccountClassPKHasBeenModified
-
getGlAccountCategoryPK
-
setGlAccountCategoryPK
-
getGlAccountCategoryPKHasBeenModified
-
getGlResourceTypePK
-
setGlResourceTypePK
public void setGlResourceTypePK(GlResourceTypePK glResourceTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getGlResourceTypePKHasBeenModified
-
getCurrencyPK
-
setCurrencyPK
- Throws:
PersistenceNotNullException
-
getCurrencyPKHasBeenModified
-
getIsDefault
-
setIsDefault
-
getIsDefaultHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-