|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.services.content.bo.Content
public class Content
Constructor Summary | |
---|---|
Content()
Instantiates a new content. |
|
Content(java.lang.String content,
java.lang.String fileName)
Instantiates a new content. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getContent()
Gets the content value for this Content. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer. |
java.lang.String |
getFileName()
Gets the fileName value for this Content. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object. |
int |
hashCode()
|
void |
setContent(java.lang.String content)
Sets the content value for this Content. |
void |
setFileName(java.lang.String fileName)
Sets the fileName value for this Content. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Content()
public Content(java.lang.String content, java.lang.String fileName)
content
- the contentfileName
- the file nameMethod Detail |
---|
public java.lang.String getContent()
public void setContent(java.lang.String content)
content
- the contentpublic java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- the file namepublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
mechType
- the mech type_javaType
- the _java type_xmlType
- the _xml type
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
mechType
- the mech type_javaType
- the _java type_xmlType
- the _xml type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |