Class CompleteResourceProfile
- java.lang.Object
-
- org.gcube.resourcemanagement.support.shared.types.datamodel.CompleteResourceProfile
-
- All Implemented Interfaces:
Serializable
public class CompleteResourceProfile extends Object implements Serializable
The profile of resources is represented by its xml and html representations and its title (the name or the ID) and the type (GHN, RI, ...).- Author:
- Daniele Strollo (ISTI-CNR)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompleteResourceProfile()Deprecated.for serialization onlyCompleteResourceProfile(String ID, ResourceTypeDecorator type, String title, String xmlRepresentation, String htmlRepresentation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHtmlRepresentation()StringgetID()StringgetTitle()ResourceTypeDecoratorgetType()StringgetXmlRepresentation()
-
-
-
Constructor Detail
-
CompleteResourceProfile
public CompleteResourceProfile()
Deprecated.for serialization only
-
CompleteResourceProfile
public CompleteResourceProfile(String ID, ResourceTypeDecorator type, String title, String xmlRepresentation, String htmlRepresentation)
-
-
Method Detail
-
getXmlRepresentation
public String getXmlRepresentation()
-
getHtmlRepresentation
public String getHtmlRepresentation()
-
getType
public ResourceTypeDecorator getType()
-
getTitle
public String getTitle()
-
getID
public String getID()
-
-