Package org.beangle.ems.dictionary.model
Class CodeScript
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
org.beangle.commons.entity.pojo.NumberIdTimeObject<Integer>
org.beangle.ems.dictionary.model.CodeScript
- All Implemented Interfaces:
Serializable,Entity<Integer>,TimeEntity
@Entity(name="org.beangle.ems.dictionary.model.CodeScript")
public class CodeScript
extends NumberIdTimeObject<Integer>
系统编码规则
- Version:
- $Id: CodeScript.java May 5, 2011 3:56:23 PM chaostone $
- Author:
- chaostone
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject
updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttr()voidvoidsetCodeClassName(String codeClassName) voidsetCodeName(String codeName) voidsetDescription(String description) voidMethods inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject
getUpdatedAt, setUpdatedAtMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
CodeScript
public CodeScript() -
CodeScript
-
-
Method Details
-
setDescription
-
getDescription
-
getCodeClassName
-
setCodeClassName
-
getCodeName
-
setCodeName
-
getScript
-
setScript
-
getAttr
-
setAttr
-