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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCurrencyPK(CurrencyPK currencyPK) voidsetFromTime(Long fromTime) voidsetGlAccountCategoryPK(GlAccountCategoryPK glAccountCategoryPK) voidsetGlAccountClassPK(GlAccountClassPK glAccountClassPK) voidsetGlAccountName(String glAccountName) voidsetGlAccountPK(GlAccountPK glAccountPK) voidsetGlAccountTypePK(GlAccountTypePK glAccountTypePK) voidsetGlResourceTypePK(GlResourceTypePK glResourceTypePK) voidsetIsDefault(Boolean isDefault) voidsetParentGlAccountPK(GlAccountPK parentGlAccountPK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<GlAccountDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<GlAccountDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<GlAccountDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-