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 TypeMethodDescriptionboolean
boolean
getGlAccountCategory
(EntityPermission entityPermission) getGlAccountCategory
(Session session) getGlAccountCategory
(Session session, EntityPermission entityPermission) getGlAccountCategoryForUpdate
(Session session) boolean
boolean
boolean
getParentGlAccountCategory
(EntityPermission entityPermission) getParentGlAccountCategory
(Session session) getParentGlAccountCategory
(Session session, EntityPermission entityPermission) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
void
setGlAccountCategoryName
(String glAccountCategoryName) void
setGlAccountCategoryPK
(GlAccountCategoryPK glAccountCategoryPK) void
setIsDefault
(Boolean isDefault) void
void
setParentGlAccountCategoryPK
(GlAccountCategoryPK parentGlAccountCategoryPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getGlAccountCategoryDetailValue
-
setGlAccountCategoryDetailValue
public void setGlAccountCategoryDetailValue(GlAccountCategoryDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-