public class UserAgreementStatus extends Object
| Constructor and Description |
|---|
UserAgreementStatus() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getExpiry() |
String |
getFullname() |
Long |
getId() |
Status |
getStatus() |
Long |
getUserAgreement() |
String |
getUsername() |
void |
setExpiry(Date expiry)
Sets the expiration date of the user agreement.
|
void |
setFullname(String fullname) |
void |
setId(Long id) |
void |
setStatus(Status status)
Sets the status of a user agreement (e.g., active, expired).
|
void |
setUserAgreement(Long userAgreement) |
void |
setUsername(String username) |
public Long getId()
public void setId(Long id)
public String getUsername()
public void setUsername(String username)
public String getFullname()
public void setFullname(String fullname)
public Date getExpiry()
public void setExpiry(Date expiry)
expiry - the expiration date.public Status getStatus()
public void setStatus(Status status)
status - the status.public Long getUserAgreement()
public void setUserAgreement(Long userAgreement)
Copyright © 2016–2020 Emory University. All rights reserved.