org.seasar.tuigwaa.cms.core
インタフェース Resource

既知の実装クラスの一覧:
ResourceImpl

public interface Resource

作成者:
nishioka

メソッドの概要
 Resource getClone()
           
 int getContentLength()
           
 String getContentType()
           
 String getCreationDate()
           
 String getCreationUser()
           
 String getModificationDate()
           
 Date getModificationDateAsDate()
           
 String getModificationUser()
           
 String getPageName()
           
 String getParentPath()
           
 String getPath()
           
 Properties getProperties()
           
 String getProperty(String key)
           
 String getSiteName()
           
 String getVersion()
           
 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 resourcePath)
           
 void setPersistent(boolean persistent)
           
 void setProperties(Properties properties)
           
 void setSiteName(String siteName)
           
 void setVersion(String version)
           
 

メソッドの詳細

getContentType

public String getContentType()

setContentType

public void setContentType(String contentType)

getCreationDate

public String getCreationDate()

setCreationDate

public void setCreationDate(String creationDate)

getCreationUser

public String getCreationUser()

setCreationUser

public void setCreationUser(String creationUser)

isFolder

public boolean isFolder()

setFolder

public void setFolder(boolean folder)

isFile

public boolean isFile()

getModificationUser

public String getModificationUser()

setModificationUser

public void setModificationUser(String modificationUser)

getModificationDate

public String getModificationDate()

getModificationDateAsDate

public Date getModificationDateAsDate()

setModificationDate

public void setModificationDate(String modificationDate)

getPath

public String getPath()

setPath

public void setPath(String resourcePath)

getSiteName

public String getSiteName()

setSiteName

public void setSiteName(String siteName)

getParentPath

public String getParentPath()

getPageName

public String getPageName()

isPersistent

public boolean isPersistent()

setPersistent

public void setPersistent(boolean persistent)

getClone

public Resource getClone()

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getContentLength

public int getContentLength()

setContentLength

public void setContentLength(int contentLength)

setProperties

public void setProperties(Properties properties)

getProperties

public Properties getProperties()

getProperty

public String getProperty(String key)


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