Class GlAccountClassDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<GlAccountClassDetailPK>
com.echothree.model.data.accounting.server.value.GlAccountClassDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class GlAccountClassDetailValue
extends BaseValue<GlAccountClassDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionGlAccountClassDetailValue(GlAccountClassDetailPK glAccountClassDetailPK, GlAccountClassPK glAccountClassPK, String glAccountClassName, GlAccountClassPK parentGlAccountClassPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GlAccountClassDetailValueGlAccountClassDetailValue(GlAccountClassPK glAccountClassPK, String glAccountClassName, GlAccountClassPK parentGlAccountClassPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GlAccountClassDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetGlAccountClassName(String glAccountClassName) voidsetGlAccountClassPK(GlAccountClassPK glAccountClassPK) voidsetIsDefault(Boolean isDefault) voidsetParentGlAccountClassPK(GlAccountClassPK parentGlAccountClassPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
GlAccountClassDetailValue
public GlAccountClassDetailValue(GlAccountClassDetailPK glAccountClassDetailPK, GlAccountClassPK glAccountClassPK, String glAccountClassName, GlAccountClassPK parentGlAccountClassPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GlAccountClassDetailValue- Throws:
PersistenceNotNullException
-
GlAccountClassDetailValue
public GlAccountClassDetailValue(GlAccountClassPK glAccountClassPK, String glAccountClassName, GlAccountClassPK parentGlAccountClassPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GlAccountClassDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<GlAccountClassDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<GlAccountClassDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<GlAccountClassDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<GlAccountClassDetailPK>
-
getGlAccountClassPK
-
setGlAccountClassPK
public void setGlAccountClassPK(GlAccountClassPK glAccountClassPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getGlAccountClassPKHasBeenModified
-
getGlAccountClassName
-
setGlAccountClassName
- Throws:
PersistenceNotNullException
-
getGlAccountClassNameHasBeenModified
-
getParentGlAccountClassPK
-
setParentGlAccountClassPK
-
getParentGlAccountClassPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-