public class CompleteResourceProfile extends Object implements Serializable
Constructor and Description |
---|
CompleteResourceProfile()
Deprecated.
for serialization only
|
CompleteResourceProfile(String ID,
ResourceTypeDecorator type,
String title,
String xmlRepresentation,
String htmlRepresentation) |
Modifier and Type | Method and Description |
---|---|
String |
getHtmlRepresentation() |
String |
getID() |
String |
getTitle() |
ResourceTypeDecorator |
getType() |
String |
getXmlRepresentation() |
public CompleteResourceProfile()
public CompleteResourceProfile(String ID, ResourceTypeDecorator type, String title, String xmlRepresentation, String htmlRepresentation)
public String getXmlRepresentation()
public String getHtmlRepresentation()
public ResourceTypeDecorator getType()
public String getTitle()
public String getID()
Copyright © 2015. All Rights Reserved.