public abstract class BaseContentTemplate
extends com.seeyon.ctp.common.po.BasePO
implements java.io.Serializable
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
BULLETIN_CONTENT_TEMPLATE_TYPE |
static java.lang.String |
MEETING_CONTENT_TEMPLATE_TYPE |
static java.lang.String |
NEWS_CONTENT_TEMPLATE_TYPE |
static java.lang.String |
PLAN_CONTENT_TEMPLATE_TYPE |
static java.lang.String |
PROP_CONTENT |
static java.lang.String |
PROP_CREATE_DATE |
static java.lang.String |
PROP_CREATE_USER |
static java.lang.String |
PROP_DESCRIPTION |
static java.lang.String |
PROP_EXT1 |
static java.lang.String |
PROP_EXT2 |
static java.lang.String |
PROP_ID |
static java.lang.String |
PROP_TEMPLATE_FORMAT |
static java.lang.String |
PROP_TEMPLATE_NAME |
static java.lang.String |
PROP_UPDATE_DATE |
static java.lang.String |
PROP_UPDATE_USER |
static java.lang.String |
PROP_USED_FLAG |
static java.lang.String |
REF |
构造器和说明 |
---|
BaseContentTemplate() |
BaseContentTemplate(java.lang.Long id)
Constructor for primary key
|
BaseContentTemplate(java.lang.Long id,
java.lang.String templateName,
boolean usedFlag,
java.lang.String templateFormat,
java.lang.Long accountId,
java.lang.Long createUser,
java.util.Date createDate)
Constructor for required fields
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getAccountId() |
java.lang.String |
getContent()
Return the value associated with the column: content
|
java.util.Date |
getCreateDate()
Return the value associated with the column: create_date
|
java.lang.Long |
getCreateUser()
Return the value associated with the column: create_user
|
java.lang.String |
getDescription()
Return the value associated with the column: description
|
java.lang.String |
getExt1()
Return the value associated with the column: ext1
|
java.lang.String |
getExt2()
Return the value associated with the column: ext2
|
java.lang.Long |
getId()
Return the unique identifier of this class
|
java.lang.String |
getTemplateFormat()
Return the value associated with the column: template_format
|
java.lang.String |
getTemplateName()
Return the value associated with the column: template_name
|
java.util.Date |
getUpdateDate()
Return the value associated with the column: update_date
|
java.lang.Long |
getUpdateUser()
Return the value associated with the column: update_user
|
int |
hashCode()
CacheList在集群之间定位依赖于hashcode。
|
protected void |
initialize() |
boolean |
isUsedFlag()
Return the value associated with the column: usedFlag
|
void |
setAccountId(java.lang.Long accountId) |
void |
setContent(java.lang.String content)
Set the value related to the column: content
|
void |
setCreateDate(java.util.Date createDate)
Set the value related to the column: create_date
|
void |
setCreateUser(java.lang.Long createUser)
Set the value related to the column: create_user
|
void |
setDescription(java.lang.String description)
Set the value related to the column: description
|
void |
setExt1(java.lang.String ext1)
Set the value related to the column: ext1
|
void |
setExt2(java.lang.String ext2)
Set the value related to the column: ext2
|
void |
setId(java.lang.Long id)
Set the unique identifier of this class
|
void |
setTemplateFormat(java.lang.String templateFormat)
Set the value related to the column: template_format
|
void |
setTemplateName(java.lang.String templateName)
Set the value related to the column: template_name
|
void |
setUpdateDate(java.util.Date updateDate)
Set the value related to the column: update_date
|
void |
setUpdateUser(java.lang.Long updateUser)
Set the value related to the column: update_user
|
void |
setUsedFlag(boolean usedFlag)
Set the value related to the column: usedFlag
|
java.lang.String |
toString() |
clone, getExtraAttr, getExtraMap, isNew, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, setIdIfNew, setNewId, toJSON, toJSON, toJSONnoAttr
public static java.lang.String REF
public static java.lang.String PROP_EXT1
public static java.lang.String PROP_CREATE_USER
public static java.lang.String PROP_USED_FLAG
public static java.lang.String PROP_UPDATE_DATE
public static java.lang.String PROP_DESCRIPTION
public static java.lang.String PROP_EXT2
public static java.lang.String PROP_TEMPLATE_NAME
public static java.lang.String PROP_CREATE_DATE
public static java.lang.String PROP_CONTENT
public static java.lang.String PROP_ID
public static java.lang.String PROP_UPDATE_USER
public static java.lang.String PROP_TEMPLATE_FORMAT
public static final java.lang.String MEETING_CONTENT_TEMPLATE_TYPE
public static final java.lang.String PLAN_CONTENT_TEMPLATE_TYPE
public static final java.lang.String BULLETIN_CONTENT_TEMPLATE_TYPE
public static final java.lang.String NEWS_CONTENT_TEMPLATE_TYPE
public BaseContentTemplate()
public BaseContentTemplate(java.lang.Long id)
public BaseContentTemplate(java.lang.Long id, java.lang.String templateName, boolean usedFlag, java.lang.String templateFormat, java.lang.Long accountId, java.lang.Long createUser, java.util.Date createDate)
protected void initialize()
public java.lang.Long getAccountId()
public void setAccountId(java.lang.Long accountId)
public java.lang.Long getId()
getId
在类中 com.seeyon.ctp.common.po.BasePO
public void setId(java.lang.Long id)
setId
在类中 com.seeyon.ctp.common.po.BasePO
id
- the new IDpublic java.lang.String getTemplateName()
public void setTemplateName(java.lang.String templateName)
templateName
- the template_name valuepublic boolean isUsedFlag()
public void setUsedFlag(boolean usedFlag)
usedFlag
- the usedFlag valuepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description valuepublic java.lang.String getTemplateFormat()
public void setTemplateFormat(java.lang.String templateFormat)
templateFormat
- the template_format valuepublic java.lang.String getContent()
public void setContent(java.lang.String content)
content
- the content valuepublic java.lang.Long getCreateUser()
public void setCreateUser(java.lang.Long createUser)
createUser
- the create_user valuepublic java.util.Date getCreateDate()
public void setCreateDate(java.util.Date createDate)
createDate
- the create_date valuepublic java.util.Date getUpdateDate()
public void setUpdateDate(java.util.Date updateDate)
updateDate
- the update_date valuepublic java.lang.Long getUpdateUser()
public void setUpdateUser(java.lang.Long updateUser)
updateUser
- the update_user valuepublic java.lang.String getExt1()
public void setExt1(java.lang.String ext1)
ext1
- the ext1 valuepublic java.lang.String getExt2()
public void setExt2(java.lang.String ext2)
ext2
- the ext2 valuepublic boolean equals(java.lang.Object obj)
equals
在类中 com.seeyon.ctp.common.po.BasePO
public int hashCode()
com.seeyon.ctp.common.po.BasePO
hashCode
在类中 com.seeyon.ctp.common.po.BasePO
public java.lang.String toString()
toString
在类中 com.seeyon.ctp.common.po.BasePO