org.overlord.sramp.ui.shared.beans
Class RelationshipDetails
java.lang.Object
org.overlord.sramp.ui.shared.beans.RelationshipDetails
- All Implemented Interfaces:
- Serializable
public class RelationshipDetails
- extends Object
- implements Serializable
Models the detailed information about a single artifact relationship.
- Author:
- eric.wittmann@redhat.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelationshipDetails
public RelationshipDetails()
- Constructor.
RelationshipDetails
public RelationshipDetails(String type)
- Constructor.
- Parameters:
type -
getTargetUuid
public String getTargetUuid()
- Returns:
- the targetUuid
setTargetUuid
public void setTargetUuid(String targetUuid)
- Parameters:
targetUuid - the targetUuid to set
getHref
public String getHref()
- Returns:
- the href
setHref
public void setHref(String href)
- Parameters:
href - the href to set
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type - the type to set
Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.