Package de.dlr.proseo.usermgr.model
Klasse Quota
java.lang.Object
de.dlr.proseo.usermgr.model.Quota
Monthly data volume granted to and actually used by a user
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the assigned data volume in BytesGets the date of the last recorded accessgetUsed()
Gets the used data volume in Bytesvoid
setAssigned
(Long assigned) Sets the assigned data volume in Bytesvoid
setLastAccessDate
(Date lastAccessDate) Sets the date of the last recorded accessvoid
Sets the used data volume in Bytes
-
Konstruktordetails
-
Quota
public Quota()
-
-
Methodendetails
-
getAssigned
Gets the assigned data volume in Bytes- Gibt zurück:
- the assigned data volume
-
setAssigned
Sets the assigned data volume in Bytes- Parameter:
assigned
- the assigned data volume to set
-
getUsed
Gets the used data volume in Bytes- Gibt zurück:
- the used data volume
-
setUsed
Sets the used data volume in Bytes- Parameter:
used
- the used data volume to set
-
getLastAccessDate
Gets the date of the last recorded access- Gibt zurück:
- the last access date
-
setLastAccessDate
Sets the date of the last recorded access- Parameter:
lastAccessDate
- the last access date to set
-