Class GlAccountCategoryDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.accounting.server.entity.GlAccountCategoryDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of GlAccountCategoryDetailGlAccountCategoryDetail(GlAccountCategoryDetailValue value, EntityPermission entityPermission) Creates a new instance of GlAccountCategoryDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetGlAccountCategory(EntityPermission entityPermission) getGlAccountCategory(Session session) getGlAccountCategory(Session session, EntityPermission entityPermission) getGlAccountCategoryForUpdate(Session session) booleanbooleanbooleangetParentGlAccountCategory(EntityPermission entityPermission) getParentGlAccountCategory(Session session) getParentGlAccountCategory(Session session, EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidvoidsetGlAccountCategoryName(String glAccountCategoryName) voidsetGlAccountCategoryPK(GlAccountCategoryPK glAccountCategoryPK) voidsetIsDefault(Boolean isDefault) voidvoidsetParentGlAccountCategoryPK(GlAccountCategoryPK parentGlAccountCategoryPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
GlAccountCategoryDetail
Creates a new instance of GlAccountCategoryDetail- Throws:
PersistenceException
-
GlAccountCategoryDetail
public GlAccountCategoryDetail(GlAccountCategoryDetailValue value, EntityPermission entityPermission) Creates a new instance of GlAccountCategoryDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getGlAccountCategoryDetailValue
-
setGlAccountCategoryDetailValue
public void setGlAccountCategoryDetailValue(GlAccountCategoryDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getGlAccountCategoryPK
-
getGlAccountCategory
-
getGlAccountCategory
-
getGlAccountCategory
-
getGlAccountCategory
-
getGlAccountCategoryForUpdate
-
getGlAccountCategoryForUpdate
-
setGlAccountCategoryPK
public void setGlAccountCategoryPK(GlAccountCategoryPK glAccountCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGlAccountCategory
-
getGlAccountCategoryPKHasBeenModified
-
getGlAccountCategoryName
-
setGlAccountCategoryName
public void setGlAccountCategoryName(String glAccountCategoryName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getGlAccountCategoryNameHasBeenModified
-
getParentGlAccountCategoryPK
-
getParentGlAccountCategory
public GlAccountCategory getParentGlAccountCategory(Session session, EntityPermission entityPermission) -
getParentGlAccountCategory
-
getParentGlAccountCategory
-
getParentGlAccountCategory
-
getParentGlAccountCategoryForUpdate
-
getParentGlAccountCategoryForUpdate
-
setParentGlAccountCategoryPK
public void setParentGlAccountCategoryPK(GlAccountCategoryPK parentGlAccountCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParentGlAccountCategory
-
getParentGlAccountCategoryPKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-