当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
VersionRefs - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.migration.model24.cms.state
Class VersionRefs
java.lang.Object
org.jboss.portal.migration.model24.cms.state.VersionRefs
- All Implemented Interfaces:
- java.io.Serializable
- public class VersionRefs
- 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
VersionRefs
public VersionRefs()
VersionRefs
public VersionRefs(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)