net.sf.javaprinciples.resource
Class ResourceMetadata
java.lang.Object
net.sf.javaprinciples.resource.ResourceMetadata
public class ResourceMetadata
- extends Object
Model object for Resource Metadata, maybe generated from a UML model in the future.
Do not add behaviour.
- Author:
- Warwick Slade
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceMetadata
public ResourceMetadata()
getIdentifier
public String getIdentifier()
setIdentifier
public void setIdentifier(String identifier)
getCreatedDate
public Date getCreatedDate()
setCreatedDate
public void setCreatedDate(Date createdDate)
getExpiryDate
public Date getExpiryDate()
setExpiryDate
public void setExpiryDate(Date expiryDate)
getContentType
public String getContentType()
setContentType
public void setContentType(String contentType)
getContentLength
public long getContentLength()
setContentLength
public void setContentLength(long contentLength)
getCreator
public String getCreator()
setCreator
public void setCreator(String creator)
getFileEncoding
public String getFileEncoding()
setFileEncoding
public void setFileEncoding(String fileEncoding)
Copyright © 2013. All Rights Reserved.