当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
VersionProp - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.migration.model24.cms.state
Class VersionProp
java.lang.Object
org.jboss.portal.migration.model24.cms.state.VersionProp
- All Implemented Interfaces:
- java.io.Serializable
- public class VersionProp
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Roy Russo
- See Also:
- Serialized Form
Field Summary |
private java.sql.Blob |
data
|
private java.lang.String |
id
|
private java.lang.Integer |
key
|
private static long |
serialVersionUID
The serialVersionUID |
Method Summary |
java.sql.Blob |
getData()
|
java.lang.String |
getId()
|
java.lang.Integer |
getKey()
|
void |
setData(java.sql.Blob data)
|
void |
setId(java.lang.String id)
|
void |
setKey(java.lang.Integer key)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- The serialVersionUID
- See Also:
- Constant Field Values
key
private java.lang.Integer key
id
private java.lang.String id
data
private java.sql.Blob data
VersionProp
public VersionProp()
VersionProp
public VersionProp(java.lang.String id,
java.sql.Blob data)
getKey
public java.lang.Integer getKey()
setKey
public void setKey(java.lang.Integer key)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getData
public java.sql.Blob getData()
setData
public void setData(java.sql.Blob data)