fr.cnes.sitools.userstorage.model
Class UserStorage

java.lang.Object
  extended by fr.cnes.sitools.userstorage.model.UserStorage
All Implemented Interfaces:
java.io.Serializable

public final class UserStorage
extends java.lang.Object
implements java.io.Serializable

Disk space allocated for a user

Author:
jp.boignard (AKKA Technologies)
See Also:
Serialized Form

Constructor Summary
UserStorage()
           
 
Method Summary
 java.lang.String getStatus()
          Gets the status value
 DiskStorage getStorage()
          Gets the storage value
 java.lang.String getUserId()
          Gets the identifier value
 void setStatus(java.lang.String status)
          Sets the value of status
 void setStorage(DiskStorage storage)
          Sets the value of storage
 void setUserId(java.lang.String identifier)
          Sets the value of identifier
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserStorage

public UserStorage()
Method Detail

getUserId

public java.lang.String getUserId()
Gets the identifier value

Returns:
the identifier

setUserId

public void setUserId(java.lang.String identifier)
Sets the value of identifier

Parameters:
identifier - the identifier to set

getStorage

public DiskStorage getStorage()
Gets the storage value

Returns:
the storage

setStorage

public void setStorage(DiskStorage storage)
Sets the value of storage

Parameters:
storage - the storage to set

getStatus

public java.lang.String getStatus()
Gets the status value

Returns:
the status

setStatus

public void setStatus(java.lang.String status)
Sets the value of status

Parameters:
status - the status to set


Copyright © 2010-2013 CNES. All Rights Reserved.