Class GlAccountCategoryDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<GlAccountCategoryDetailPK>
com.echothree.model.data.accounting.server.value.GlAccountCategoryDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class GlAccountCategoryDetailValue
extends BaseValue<GlAccountCategoryDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionGlAccountCategoryDetailValue
(GlAccountCategoryDetailPK glAccountCategoryDetailPK, GlAccountCategoryPK glAccountCategoryPK, String glAccountCategoryName, GlAccountCategoryPK parentGlAccountCategoryPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GlAccountCategoryDetailValueGlAccountCategoryDetailValue
(GlAccountCategoryPK glAccountCategoryPK, String glAccountCategoryName, GlAccountCategoryPK parentGlAccountCategoryPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GlAccountCategoryDetailValue -
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
setGlAccountCategoryName
(String glAccountCategoryName) void
setGlAccountCategoryPK
(GlAccountCategoryPK glAccountCategoryPK) void
setIsDefault
(Boolean isDefault) void
setParentGlAccountCategoryPK
(GlAccountCategoryPK parentGlAccountCategoryPK) 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
-
GlAccountCategoryDetailValue
public GlAccountCategoryDetailValue(GlAccountCategoryDetailPK glAccountCategoryDetailPK, GlAccountCategoryPK glAccountCategoryPK, String glAccountCategoryName, GlAccountCategoryPK parentGlAccountCategoryPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GlAccountCategoryDetailValue- Throws:
PersistenceNotNullException
-
GlAccountCategoryDetailValue
public GlAccountCategoryDetailValue(GlAccountCategoryPK glAccountCategoryPK, String glAccountCategoryName, GlAccountCategoryPK parentGlAccountCategoryPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GlAccountCategoryDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<GlAccountCategoryDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<GlAccountCategoryDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<GlAccountCategoryDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<GlAccountCategoryDetailPK>
-
getGlAccountCategoryPK
-
setGlAccountCategoryPK
public void setGlAccountCategoryPK(GlAccountCategoryPK glAccountCategoryPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getGlAccountCategoryPKHasBeenModified
-
getGlAccountCategoryName
-
setGlAccountCategoryName
public void setGlAccountCategoryName(String glAccountCategoryName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getGlAccountCategoryNameHasBeenModified
-
getParentGlAccountCategoryPK
-
setParentGlAccountCategoryPK
-
getParentGlAccountCategoryPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-