com.seeyon.ctp.form.bean
类 FormSerialNumberBean
java.lang.Object
com.seeyon.ctp.util.ObjectToXMLBase
com.seeyon.ctp.common.po.BasePO
com.seeyon.ctp.form.bean.FormSerialNumberBean
- 所有已实现的接口:
- java.io.Serializable, java.lang.Cloneable
public class FormSerialNumberBean
- extends BasePO
Title: 流水号描述类
Description: 描述流水号.
Copyright: Copyright (c) 2012
Company:Seeyon
- 版本:
- 1.0
- 作者:
- weijh
- 另请参见:
- 序列化表格
| 从类 com.seeyon.ctp.common.po.BasePO 继承的方法 |
equals, getExtraAttr, getExtraMap, getId, hashCode, isNew, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, setId, setIdIfNew, setNewId, toJSON, toJSON, toJSONnoAttr, toString |
| 从类 com.seeyon.ctp.util.ObjectToXMLBase 继承的方法 |
toXML |
| 从类 java.lang.Object 继承的方法 |
finalize, getClass, notify, notifyAll, wait, wait, wait |
FormSerialNumberBean
public FormSerialNumberBean()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- 克隆对象
- 覆盖:
- 类
BasePO 中的 clone
- 抛出:
java.lang.CloneNotSupportedException
getTotalLength
public int getTotalLength()
throws BusinessException
- 获取流水号的全长
- 返回:
-
- 抛出:
BusinessException
getVariableName
public java.lang.String getVariableName()
- 返回:
- the variableName
setVariableName
public void setVariableName(java.lang.String variableName)
- 参数:
variableName - the variableName to set
getDigit
public java.lang.Integer getDigit()
- 返回:
- the digit
setDigit
public void setDigit(java.lang.Integer digit)
- 参数:
digit - the digit to set
getPrefix
public java.lang.String getPrefix()
- 返回:
- the prefix
setPrefix
public void setPrefix(java.lang.String prefix)
- 参数:
prefix - the prefix to set
getValue
public long getValue()
- 返回:
- the value
setValue
public void setValue(long value)
- 参数:
value - the value to set
getSerialNumberStep
public java.lang.Long getSerialNumberStep()
- 返回:
- the flowidStep
setSerialNumberStep
public void setSerialNumberStep(java.lang.Long flowidStep)
- 参数:
flowidStep - the flowidStep to set
getCreateTime
public java.util.Date getCreateTime()
- 返回:
- the createTime
setCreateTime
public void setCreateTime(java.util.Date createTime)
- 参数:
createTime - the createTime to set
getAccountId
public long getAccountId()
- 返回:
- the accountId
setAccountId
public void setAccountId(long accountId)
- 参数:
accountId - the accountId to set
getState
public java.lang.Integer getState()
- 返回:
- the state
setState
public void setState(java.lang.Integer state)
- 参数:
state - the state to set
getFormId
public java.lang.Long getFormId()
- 返回:
- the formId
setFormId
public void setFormId(java.lang.Long formId)
- 参数:
formId - the formId to set
getSuffix
public java.lang.String getSuffix()
- 返回:
- the suffix
setSuffix
public void setSuffix(java.lang.String suffix)
- 参数:
suffix - the suffix to set
getTimeDate
public java.lang.Integer getTimeDate()
- 返回:
- the timeDate
setTimeDate
public void setTimeDate(java.lang.Integer timeDate)
- 参数:
timeDate - the timeDate to set
getTextTimeFront
public java.lang.String getTextTimeFront()
- 返回:
- the textTimeFront
setTextTimeFront
public void setTextTimeFront(java.lang.String textTimeFront)
- 参数:
textTimeFront - the textTimeFront to set
getTextTimeBehind
public java.lang.String getTextTimeBehind()
- 返回:
- the textTimeBehind
setTextTimeBehind
public void setTextTimeBehind(java.lang.String textTimeBehind)
- 参数:
textTimeBehind - the textTimeBehind to set
getMinValue
public java.lang.Long getMinValue()
- 返回:
- the minValue
setMinValue
public void setMinValue(long minValue)
- 参数:
minValue - the minValue to set
getRuleReset
public java.lang.Integer getRuleReset()
- 返回:
- the ruleReset
setRuleReset
public void setRuleReset(java.lang.Integer ruleReset)
- 参数:
ruleReset - the ruleReset to set
getCurrentMarkDate
public java.util.Date getCurrentMarkDate()
- 返回:
- the currentMarkDate
setCurrentMarkDate
public void setCurrentMarkDate(java.util.Date currentMarkDate)
- 参数:
currentMarkDate - the currentMarkDate to set
getFixLenShow
public java.lang.Integer getFixLenShow()
setFixLenShow
public void setFixLenShow(java.lang.Integer fixLenShow)
toFormSerialNumber
public com.seeyon.ctp.form.po.FormSerialNumber toFormSerialNumber()
throws BusinessException
- 抛出:
BusinessException