Package de.dlr.proseo.usermgr.model
Class Quota
java.lang.Object
de.dlr.proseo.usermgr.model.Quota
Monthly data volume granted to and actually used by a user
- Author:
- Dr. Thomas Bassler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the assigned data volume in BytesGets the date of the last recorded accessgetUsed()Gets the used data volume in BytesvoidsetAssigned(Long assigned) Sets the assigned data volume in BytesvoidsetLastAccessDate(Date lastAccessDate) Sets the date of the last recorded accessvoidSets the used data volume in Bytes
-
Constructor Details
-
Quota
public Quota()
-
-
Method Details
-
getAssigned
Gets the assigned data volume in Bytes- Returns:
- the assigned data volume
-
setAssigned
Sets the assigned data volume in Bytes- Parameters:
assigned- the assigned data volume to set
-
getUsed
Gets the used data volume in Bytes- Returns:
- the used data volume
-
setUsed
Sets the used data volume in Bytes- Parameters:
used- the used data volume to set
-
getLastAccessDate
Gets the date of the last recorded access- Returns:
- the last access date
-
setLastAccessDate
Sets the date of the last recorded access- Parameters:
lastAccessDate- the last access date to set
-