public class Claim extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected URI |
claimType |
protected String |
description |
protected String |
displayName |
protected int |
id |
| Constructor and Description |
|---|
Claim() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getClaimType() |
String |
getDescription() |
String |
getDisplayName() |
URI |
getHref() |
int |
getId() |
void |
setClaimType(URI claimType) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setHref(URI href) |
void |
setId(int id) |
protected URI claimType
protected String displayName
protected String description
protected int id
public URI getHref()
public void setHref(URI href)
public int getId()
public void setId(int id)
public void setClaimType(URI claimType)
public URI getClaimType()
public String getDisplayName()
public void setDisplayName(String displayName)
public String getDescription()
public void setDescription(String description)
Apache Fediz