org.gcube.portlets.user.collectionexplorer.client.model
Class Client_StorageReference
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
-
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.