com.seeyon.ctp.organization.po
类 OrgProperties

java.lang.Object
  继承者 com.seeyon.ctp.util.ObjectToXMLBase
      继承者 com.seeyon.ctp.common.po.BasePO
          继承者 com.seeyon.ctp.organization.po.OrgProperties
所有已实现的接口:
java.io.Serializable, java.lang.Cloneable

public class OrgProperties
extends BasePO

This is an object that contains data related to the ORG_PROPERTIES table. 属性表

另请参见:
序列化表格

字段摘要
 
从类 com.seeyon.ctp.common.po.BasePO 继承的字段
id, v3xToStringStyle
 
构造方法摘要
OrgProperties()
           
OrgProperties(java.lang.Long _id)
          Constructor for primary key
 
方法摘要
 java.lang.String getName()
          名字
 java.lang.Long getOrgAccountId()
          单位id
 java.lang.Long getSourceId()
          资源id
 java.lang.Integer getType()
          类型
 java.lang.String getValue()
          值
protected  void initialize()
           
 void setName(java.lang.String _name)
          名字
 void setOrgAccountId(java.lang.Long _orgAccountId)
          单位id
 void setSourceId(java.lang.Long _sourceId)
          资源id
 void setType(java.lang.Integer _type)
          类型
 void setValue(java.lang.String _value)
          值
 
从类 com.seeyon.ctp.common.po.BasePO 继承的方法
clone, 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
 

构造方法详细信息

OrgProperties

public OrgProperties()

OrgProperties

public OrgProperties(java.lang.Long _id)
Constructor for primary key

方法详细信息

initialize

protected void initialize()

getSourceId

public java.lang.Long getSourceId()
资源id


setSourceId

public void setSourceId(java.lang.Long _sourceId)
资源id

参数:
_sourceId - the SOURCE_ID value

getName

public java.lang.String getName()
名字


setName

public void setName(java.lang.String _name)
名字

参数:
_name - the NAME value

getValue

public java.lang.String getValue()


setValue

public void setValue(java.lang.String _value)

参数:
_value - the VALUE value

getType

public java.lang.Integer getType()
类型


setType

public void setType(java.lang.Integer _type)
类型

参数:
_type - the TYPE value

getOrgAccountId

public java.lang.Long getOrgAccountId()
单位id


setOrgAccountId

public void setOrgAccountId(java.lang.Long _orgAccountId)
单位id

参数:
_orgAccountId - the ORG_ACCOUNT_ID value