org.gcube.resourcemanagement.support.shared.types.datamodel
Class CompleteResourceProfile
java.lang.Object
org.gcube.resourcemanagement.support.shared.types.datamodel.CompleteResourceProfile
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, Serializable
public class CompleteResourceProfile
- extends Object
- implements Serializable, com.google.gwt.user.client.rpc.IsSerializable
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompleteResourceProfile
public CompleteResourceProfile()
- Deprecated. for serialization only
CompleteResourceProfile
public CompleteResourceProfile(String ID,
ResourceTypeDecorator type,
String title,
String xmlRepresentation,
String htmlRepresentation)
getXmlRepresentation
public String getXmlRepresentation()
getHtmlRepresentation
public String getHtmlRepresentation()
getType
public ResourceTypeDecorator getType()
getTitle
public String getTitle()
getID
public String getID()
Copyright © 2013. All Rights Reserved.