org.overlord.sramp.ui.shared.beans
Class RelationshipDetails

java.lang.Object
  extended by 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

Constructor Summary
RelationshipDetails()
          Constructor.
RelationshipDetails(String type)
          Constructor.
 
Method Summary
 String getHref()
           
 String getTargetUuid()
           
 String getType()
           
 void setHref(String href)
           
 void setTargetUuid(String targetUuid)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipDetails

public RelationshipDetails()
Constructor.


RelationshipDetails

public RelationshipDetails(String type)
Constructor.

Parameters:
type -
Method Detail

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.