net.sf.javaprinciples.resource
Class ResourceMetadata

java.lang.Object
  extended by 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

Constructor Summary
ResourceMetadata()
           
 
Method Summary
 long getContentLength()
           
 String getContentType()
           
 Date getCreatedDate()
           
 String getCreator()
           
 Date getExpiryDate()
           
 String getFileEncoding()
           
 String getIdentifier()
           
 void setContentLength(long contentLength)
           
 void setContentType(String contentType)
           
 void setCreatedDate(Date createdDate)
           
 void setCreator(String creator)
           
 void setExpiryDate(Date expiryDate)
           
 void setFileEncoding(String fileEncoding)
           
 void setIdentifier(String identifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceMetadata

public ResourceMetadata()
Method Detail

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.