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 TypeMethodDescriptionboolean
boolean
getGlAccountClass
(EntityPermission entityPermission) getGlAccountClass
(Session session) getGlAccountClass
(Session session, EntityPermission entityPermission) getGlAccountClassForUpdate
(Session session) boolean
boolean
boolean
getParentGlAccountClass
(EntityPermission entityPermission) getParentGlAccountClass
(Session session) getParentGlAccountClass
(Session session, EntityPermission entityPermission) getParentGlAccountClassForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setGlAccountClass
(GlAccountClass entity) void
void
setGlAccountClassName
(String glAccountClassName) void
setGlAccountClassPK
(GlAccountClassPK glAccountClassPK) void
setIsDefault
(Boolean isDefault) void
void
setParentGlAccountClassPK
(GlAccountClassPK parentGlAccountClassPK) 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
-
GlAccountClassDetail
Creates a new instance of GlAccountClassDetail- Throws:
PersistenceException
-
GlAccountClassDetail
Creates a new instance of GlAccountClassDetail
-
-
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
-
getGlAccountClassDetailValue
-
setGlAccountClassDetailValue
public void setGlAccountClassDetailValue(GlAccountClassDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-