org.gcube.portlets.user.collectionexplorer.client.model
Class Client_StorageReference

java.lang.Object
  extended by org.gcube.portlets.user.collectionexplorer.client.model.Client_StorageReference
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class Client_StorageReference
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

represents the references of a Digital Object

Author:
massi

Constructor Summary
Client_StorageReference()
          Empty Constructor
Client_StorageReference(String source, String target, String role, String secondaryRole, String propagation)
           
 
Method Summary
 String getPropagation()
           
 String getRole()
           
 String getSecondaryRole()
           
 String getSource()
           
 String getTarget()
           
 void setPropagation(String propagation)
           
 void setRole(String role)
           
 void setSecondaryRole(String secondaryRole)
           
 void setSource(String source)
           
 void setTarget(String target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client_StorageReference

public Client_StorageReference()
Empty Constructor


Client_StorageReference

public Client_StorageReference(String source,
                               String target,
                               String role,
                               String secondaryRole,
                               String propagation)
Parameters:
source -
target -
role -
secondaryRole -
propagation -
Method Detail

getPropagation

public String getPropagation()

setPropagation

public void setPropagation(String propagation)

getRole

public String getRole()

setRole

public void setRole(String role)

getSecondaryRole

public String getSecondaryRole()

setSecondaryRole

public void setSecondaryRole(String secondaryRole)

getSource

public String getSource()

setSource

public void setSource(String source)

getTarget

public String getTarget()

setTarget

public void setTarget(String target)


Copyright © 2014. All Rights Reserved.