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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setGlAccountClassName
(String glAccountClassName) void
setGlAccountClassPK
(GlAccountClassPK glAccountClassPK) void
setIsDefault
(Boolean isDefault) void
setParentGlAccountClassPK
(GlAccountClassPK parentGlAccountClassPK) 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
-
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:
getBaseFactoryInstance
in classBaseValue<GlAccountClassDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<GlAccountClassDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<GlAccountClassDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-