|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.web.ResourceValueObject
public class ResourceValueObject
Resource Value Object
Constructor Summary | |
---|---|
ResourceValueObject()
|
Method Summary | |
---|---|
byte[] |
getContent()
Returns the Content |
java.lang.String |
getContentType()
Returns the ContentType |
java.lang.String |
getFilename()
Returns the Filename |
int |
getIdObject()
Returns the IdObject |
void |
setContent(byte[] content)
Sets the Content |
void |
setContentType(java.lang.String strContentType)
Sets the ContentType |
void |
setFilename(java.lang.String strFilename)
Sets the Filename |
void |
setIdObject(int nIdObject)
Sets the IdObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceValueObject()
Method Detail |
---|
public int getIdObject()
public void setIdObject(int nIdObject)
nIdObject
- The IdObjectpublic byte[] getContent()
public void setContent(byte[] content)
Content
- The Contentpublic java.lang.String getContentType()
public void setContentType(java.lang.String strContentType)
strContentType
- The ContentTypepublic java.lang.String getFilename()
public void setFilename(java.lang.String strFilename)
strFilename
- The Filename
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |