org.gcube.datatransfer.scheduler.db.model
Class DataStorage
java.lang.Object
org.gcube.datatransfer.scheduler.db.model.DataStorage
- All Implemented Interfaces:
- Serializable
public class DataStorage
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataStorage
public DataStorage()
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.