org.gcube.datatransfer.scheduler.db.model
Class DataStorage

java.lang.Object
  extended by org.gcube.datatransfer.scheduler.db.model.DataStorage
All Implemented Interfaces:
Serializable

public class DataStorage
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DataStorage()
           
 
Method Summary
 String getDataStorageId()
           
 String getDataStorageIdOfIS()
           
 String getDataStorageName()
           
 Long getFreeSpace()
           
 String getHost()
           
 int getPass()
           
 long getPort()
           
 String getScope()
           
 String getStatus()
           
 String getType()
           
 String getUsername()
           
 void setDataStorageId(String dataStorageId)
           
 void setDataStorageIdOfIS(String dataStorageIdOfIS)
           
 void setDataStorageName(String dataStorageName)
           
 void setFreeSpace(Long freeSpace)
           
 void setHost(String host)
           
 void setPass(int pass)
           
 void setPort(long port)
           
 void setScope(String scope)
           
 void setStatus(String status)
           
 void setType(String type)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataStorage

public DataStorage()
Method Detail

getPort

public long getPort()

setPort

public void setPort(long port)

getDataStorageId

public String getDataStorageId()

setDataStorageId

public void setDataStorageId(String dataStorageId)

getDataStorageName

public String getDataStorageName()

setDataStorageName

public void setDataStorageName(String dataStorageName)

getFreeSpace

public Long getFreeSpace()

setFreeSpace

public void setFreeSpace(Long freeSpace)

getType

public String getType()

setType

public void setType(String type)

getHost

public String getHost()

setHost

public void setHost(String host)

getScope

public String getScope()

setScope

public void setScope(String scope)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getPass

public int getPass()

setPass

public void setPass(int pass)

getDataStorageIdOfIS

public String getDataStorageIdOfIS()

setDataStorageIdOfIS

public void setDataStorageIdOfIS(String dataStorageIdOfIS)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)


Copyright © 2012. All Rights Reserved.