public class Attribute extends EntityObject
Profile which is sent over to an
open id client.| Constructor and Description |
|---|
Attribute() |
Attribute(String name,
String value)
Creates an attribute with the createdDate and
updatedDate set to now.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getValue() |
int |
hashCode() |
void |
setName(String name) |
void |
setValue(String value) |
getCreatedDate, getId, getUpdatedDate, setCreatedDate, setId, setUpdatedDatepublic String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
equals in class EntityObjectpublic int hashCode()
hashCode in class EntityObjectCopyright © 2021 Atlassian. All rights reserved.