Package org.appng.xml.platform
Class Content
- java.lang.Object
-
- org.appng.xml.BaseObject
-
- org.appng.xml.platform.Content
-
- All Implemented Interfaces:
Serializable
public class Content extends BaseObject implements Serializable
The actual content of aPlatform.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ApplicationReferenceapplication
-
Constructor Summary
Constructors Constructor Description Content()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationReferencegetApplication()Gets the value of the application property.voidsetApplication(ApplicationReference value)Sets the value of the application property.
-
-
-
Field Detail
-
application
protected ApplicationReference application
-
-
Method Detail
-
getApplication
public ApplicationReference getApplication()
Gets the value of the application property.- Returns:
- possible object is
ApplicationReference
-
setApplication
public void setApplication(ApplicationReference value)
Sets the value of the application property.- Parameters:
value- allowed object isApplicationReference
-
-