|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.business.DocumentResource
public class DocumentResource
Document Resource (such as binary resources)
Constructor Summary | |
---|---|
DocumentResource()
|
Method Summary | |
---|---|
byte[] |
getContent()
Returns the Content |
java.lang.String |
getContentType()
Returns the ContentType |
java.lang.String |
getName()
|
void |
setContent(byte[] strContent)
Sets the Content |
void |
setContentType(java.lang.String strContentType)
Sets the ContentType |
void |
setName(java.lang.String strName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentResource()
Method Detail |
---|
public byte[] getContent()
public void setContent(byte[] strContent)
strContent
- The Contentpublic java.lang.String getContentType()
public void setContentType(java.lang.String strContentType)
strContentType
- The ContentTypepublic java.lang.String getName()
public void setName(java.lang.String strName)
strName
- the _strName to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |