站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

RepositoryEntry - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.cms.hibernate
Class RepositoryEntry

java.lang.Object
  extended byorg.jboss.portal.cms.hibernate.RepositoryEntry
All Implemented Interfaces:
java.io.Serializable

public class RepositoryEntry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RepositoryEntry()
           
RepositoryEntry(java.lang.String path, java.lang.String name, java.sql.Blob data, long lastmod, long length)
           
 
Method Summary
 java.sql.Blob getData()
           
 java.lang.Integer getKey()
           
 long getLastmod()
           
 long getLength()
           
 java.lang.String getName()
           
 java.lang.String getPath()
           
 void setData(java.sql.Blob data)
           
 void setKey(java.lang.Integer key)
           
 void setLastmod(long lastmod)
           
 void setLength(long length)
           
 void setName(java.lang.String name)
           
 void setPath(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryEntry

public RepositoryEntry()

RepositoryEntry

public RepositoryEntry(java.lang.String path,
                       java.lang.String name,
                       java.sql.Blob data,
                       long lastmod,
                       long length)
Method Detail

getKey

public java.lang.Integer getKey()

setKey

public void setKey(java.lang.Integer key)

getPath

public java.lang.String getPath()

setPath

public void setPath(java.lang.String path)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getData

public java.sql.Blob getData()

setData

public void setData(java.sql.Blob data)

getLastmod

public long getLastmod()

setLastmod

public void setLastmod(long lastmod)

getLength

public long getLength()

setLength

public void setLength(long length)