Class GlAccountClassDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.accounting.server.entity.GlAccountClassDetail
- 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 GlAccountClassDetailGlAccountClassDetail(GlAccountClassDetailValue value, EntityPermission entityPermission) Creates a new instance of GlAccountClassDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetGlAccountClass(EntityPermission entityPermission) getGlAccountClass(Session session) getGlAccountClass(Session session, EntityPermission entityPermission) getGlAccountClassForUpdate(Session session) booleanbooleanbooleangetParentGlAccountClass(EntityPermission entityPermission) getParentGlAccountClass(Session session) getParentGlAccountClass(Session session, EntityPermission entityPermission) getParentGlAccountClassForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetGlAccountClass(GlAccountClass entity) voidvoidsetGlAccountClassName(String glAccountClassName) voidsetGlAccountClassPK(GlAccountClassPK glAccountClassPK) voidsetIsDefault(Boolean isDefault) voidvoidsetParentGlAccountClassPK(GlAccountClassPK parentGlAccountClassPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
GlAccountClassDetail
Creates a new instance of GlAccountClassDetail- Throws:
PersistenceException
-
GlAccountClassDetail
Creates a new instance of GlAccountClassDetail
-
-
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
-
getGlAccountClassDetailValue
-
setGlAccountClassDetailValue
public void setGlAccountClassDetailValue(GlAccountClassDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getGlAccountClassPK
-
getGlAccountClass
-
getGlAccountClass
-
getGlAccountClass
-
getGlAccountClass
-
getGlAccountClassForUpdate
-
getGlAccountClassForUpdate
-
setGlAccountClassPK
public void setGlAccountClassPK(GlAccountClassPK glAccountClassPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGlAccountClass
-
getGlAccountClassPKHasBeenModified
-
getGlAccountClassName
-
setGlAccountClassName
public void setGlAccountClassName(String glAccountClassName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getGlAccountClassNameHasBeenModified
-
getParentGlAccountClassPK
-
getParentGlAccountClass
-
getParentGlAccountClass
-
getParentGlAccountClass
-
getParentGlAccountClass
-
getParentGlAccountClassForUpdate
-
getParentGlAccountClassForUpdate
-
setParentGlAccountClassPK
public void setParentGlAccountClassPK(GlAccountClassPK parentGlAccountClassPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParentGlAccountClass
-
getParentGlAccountClassPKHasBeenModified
-
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
-