org.seasar.tuigwaa.cms.core
クラス ResourceImpl

java.lang.Object
  拡張org.seasar.tuigwaa.cms.core.ResourceImpl
すべての実装インタフェース:
Cloneable, Resource

public class ResourceImpl
extends Object
implements Resource, Cloneable

作成者:
nishioka

フィールドの概要
static SimpleDateFormat CREATIONDATE_FORMAT
          From NodeRevisionDescriptor source, this format is copied.
 
コンストラクタの概要
ResourceImpl(String siteName, String path, String contentType)
           
ResourceImpl(String siteName, String path, String contentType, boolean folder)
           
 
メソッドの概要
 boolean equals(Object obj)
           
 Resource getClone()
           
 int getContentLength()
           
 String getContentType()
           
 String getCreationDate()
           
 Date getCreationDateAsDate()
           
 String getCreationUser()
           
 String getModificationDate()
           
 Date getModificationDateAsDate()
           
 String getModificationUser()
           
 String getPageName()
           
 String getParentPath()
           
 String getPath()
           
 Properties getProperties()
           
 String getProperty(String key)
           
 String getSiteName()
           
 String getVersion()
           
 int hashCode()
           
 boolean isFile()
           
 boolean isFolder()
           
 boolean isPersistent()
           
 void setContentLength(int contentLength)
           
 void setContentType(String contentType)
           
 void setCreationDate(String creationDate)
           
 void setCreationUser(String creationUser)
           
 void setFolder(boolean folder)
           
 void setModificationDate(String modificationDate)
           
 void setModificationUser(String modificationUser)
           
 void setPath(String path)
           
 void setPersistent(boolean persistent)
           
 void setProperties(Properties properties)
           
 void setSiteName(String siteName)
           
 void setVersion(String version)
           
 
クラス java.lang.Object から継承したメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

CREATIONDATE_FORMAT

public static final SimpleDateFormat CREATIONDATE_FORMAT
From NodeRevisionDescriptor source, this format is copied. Because access to "creationDateFormat" is restricted within protected scope. It is exposed to the danger of change of format of slide itself.

コンストラクタの詳細

ResourceImpl

public ResourceImpl(String siteName,
                    String path,
                    String contentType)

ResourceImpl

public ResourceImpl(String siteName,
                    String path,
                    String contentType,
                    boolean folder)
メソッドの詳細

getContentType

public String getContentType()
定義:
インタフェース Resource 内の getContentType

setContentType

public void setContentType(String contentType)
定義:
インタフェース Resource 内の setContentType

getCreationDate

public String getCreationDate()
定義:
インタフェース Resource 内の getCreationDate

getCreationDateAsDate

public Date getCreationDateAsDate()

setCreationDate

public void setCreationDate(String creationDate)
定義:
インタフェース Resource 内の setCreationDate

getCreationUser

public String getCreationUser()
定義:
インタフェース Resource 内の getCreationUser

setCreationUser

public void setCreationUser(String creationUser)
定義:
インタフェース Resource 内の setCreationUser

isFolder

public boolean isFolder()
定義:
インタフェース Resource 内の isFolder

setFolder

public void setFolder(boolean folder)
定義:
インタフェース Resource 内の setFolder

isFile

public boolean isFile()
定義:
インタフェース Resource 内の isFile

getModificationUser

public String getModificationUser()
定義:
インタフェース Resource 内の getModificationUser

setModificationUser

public void setModificationUser(String modificationUser)
定義:
インタフェース Resource 内の setModificationUser

getModificationDate

public String getModificationDate()
定義:
インタフェース Resource 内の getModificationDate

getModificationDateAsDate

public Date getModificationDateAsDate()
定義:
インタフェース Resource 内の getModificationDateAsDate

setModificationDate

public void setModificationDate(String modificationDate)
定義:
インタフェース Resource 内の setModificationDate

getPath

public String getPath()
定義:
インタフェース Resource 内の getPath

setPath

public void setPath(String path)
定義:
インタフェース Resource 内の setPath

getSiteName

public String getSiteName()
定義:
インタフェース Resource 内の getSiteName

setSiteName

public void setSiteName(String siteName)
定義:
インタフェース Resource 内の setSiteName

getParentPath

public String getParentPath()
定義:
インタフェース Resource 内の getParentPath

getPageName

public String getPageName()
定義:
インタフェース Resource 内の getPageName

isPersistent

public boolean isPersistent()
定義:
インタフェース Resource 内の isPersistent

setPersistent

public void setPersistent(boolean persistent)
定義:
インタフェース Resource 内の setPersistent

setVersion

public void setVersion(String version)
定義:
インタフェース Resource 内の setVersion

getVersion

public String getVersion()
定義:
インタフェース Resource 内の getVersion

getContentLength

public int getContentLength()
定義:
インタフェース Resource 内の getContentLength

setContentLength

public void setContentLength(int contentLength)
定義:
インタフェース Resource 内の setContentLength

setProperties

public void setProperties(Properties properties)
定義:
インタフェース Resource 内の setProperties

getProperties

public Properties getProperties()
定義:
インタフェース Resource 内の getProperties

getProperty

public String getProperty(String key)
定義:
インタフェース Resource 内の getProperty

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getClone

public Resource getClone()
定義:
インタフェース Resource 内の getClone


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.