@Entity public class TrustedKeyImpl extends BambooEntityObject implements TrustedKey
Constructor and Description |
---|
TrustedKeyImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHost() |
String |
getKey() |
int |
hashCode() |
boolean |
isApproved() |
void |
setApproved(boolean approved) |
void |
setHost(String host) |
void |
setKey(String key) |
String |
toString() |
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, wait, wait, wait
setId
getId
public String getHost()
getHost
in interface TrustedKey
public void setHost(String host)
public String getKey()
getKey
in interface TrustedKey
public void setKey(String key)
public boolean isApproved()
isApproved
in interface TrustedKey
public void setApproved(boolean approved)
public boolean equals(Object o)
equals
in class com.atlassian.core.bean.EntityObject
public int hashCode()
hashCode
in class com.atlassian.core.bean.EntityObject
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.