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
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.