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 继承的字段
id, v3xToStringStyle
 
构造方法摘要
FormSerialNumberBean()
           
 
方法摘要
 java.lang.Object clone()
          克隆对象
 long getAccountId()
           
 java.util.Date getCreateTime()
           
 java.util.Date getCurrentMarkDate()
           
 java.lang.Integer getDigit()
           
 java.lang.Integer getFixLenShow()
           
 java.lang.Long getFormId()
           
 java.lang.Long getMinValue()
           
 java.lang.String getPrefix()
           
 java.lang.Integer getRuleReset()
           
 java.lang.Long getSerialNumberStep()
           
 java.lang.Integer getState()
           
 java.lang.String getSuffix()
           
 java.lang.String getTextTimeBehind()
           
 java.lang.String getTextTimeFront()
           
 java.lang.Integer getTimeDate()
           
 int getTotalLength()
          获取流水号的全长
 long getValue()
           
 java.lang.String getVariableName()
           
 void setAccountId(long accountId)
           
 void setCreateTime(java.util.Date createTime)
           
 void setCurrentMarkDate(java.util.Date currentMarkDate)
           
 void setDigit(java.lang.Integer digit)
           
 void setFixLenShow(java.lang.Integer fixLenShow)
           
 void setFormId(java.lang.Long formId)
           
 void setMinValue(long minValue)
           
 void setPrefix(java.lang.String prefix)
           
 void setRuleReset(java.lang.Integer ruleReset)
           
 void setSerialNumberStep(java.lang.Long flowidStep)
           
 void setState(java.lang.Integer state)
           
 void setSuffix(java.lang.String suffix)
           
 void setTextTimeBehind(java.lang.String textTimeBehind)
           
 void setTextTimeFront(java.lang.String textTimeFront)
           
 void setTimeDate(java.lang.Integer timeDate)
           
 void setValue(long value)
           
 void setVariableName(java.lang.String variableName)
           
 com.seeyon.ctp.form.po.FormSerialNumber toFormSerialNumber()
           
 
从类 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