Package alpine.model
Class ApiKey
- java.lang.Object
-
- alpine.model.ApiKey
-
- All Implemented Interfaces:
Serializable,Principal
public class ApiKey extends Object implements Serializable, Principal
Persistable object representing an ApiKey.- Since:
- 1.0.0
- Author:
- Steve Springett
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApiKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description longgetId()StringgetKey()StringgetName()Deprecated.List<Team>getTeams()voidsetId(long id)voidsetKey(String key)voidsetTeams(List<Team> teams)
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getName
@Deprecated public String getName()
Deprecated.Do not use - only here to satisfy Principal implementation requirement.
-
-