@Entity public class MolgenisToken extends AbstractEntity implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
CREATIONDATE |
static String |
DESCRIPTION |
static String |
ENTITY_NAME |
static String |
EXPIRATIONDATE |
static String |
ID |
static String |
MOLGENISUSER |
static String |
TOKEN |
| Constructor and Description |
|---|
MolgenisToken() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
Date |
getCreationDate()
Get the .
|
String |
getDescription()
Get the .
|
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Date |
getExpirationDate()
Get the When expiration date is null it will never expire.
|
String |
getId()
Get the .
|
String |
getIdValue() |
MolgenisUser |
getMolgenisUser()
Get the .
|
String |
getToken()
Get the .
|
int |
hashCode() |
void |
set(Entity entity) |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setCreationDate(Date creationDate)
Set the .
|
void |
setDescription(String description)
Set the .
|
void |
setExpirationDate(Date expirationDate)
Set the When expiration date is null it will never expire.
|
void |
setId(String id)
Set the .
|
void |
setMolgenisUser(MolgenisUser molgenisUser)
Set the .
|
void |
setToken(String token)
Set the .
|
String |
toString() |
String |
toString(boolean verbose) |
getBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDatepublic static final String ENTITY_NAME
public static final String ID
public static final String MOLGENISUSER
public static final String TOKEN
public static final String EXPIRATIONDATE
public static final String CREATIONDATE
public static final String DESCRIPTION
public String getEntityName()
public String getId()
public void setId(String id)
id - public MolgenisUser getMolgenisUser()
public void setMolgenisUser(MolgenisUser molgenisUser)
molgenisUser - public String getToken()
public void setToken(String token)
token - public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
expirationDate - public Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate - public String getDescription()
public void setDescription(String description)
description - public void set(Entity entity, boolean strict)
public String toString()
toString in class AbstractEntitypublic String toString(boolean verbose)
public String getIdValue()
getIdValue in interface Entitypublic Iterable<String> getAttributeNames()
getAttributeNames in interface Entitypublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntityCopyright © 2015. All Rights Reserved.