org.seasar.tuigwaa.cms.core
インタフェース Resource
- 既知の実装クラスの一覧:
- ResourceImpl
- public interface Resource
- 作成者:
- nishioka
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.