public class ServerSnapshotTagLink extends BaseDomainHelper implements java.io.Serializable
| Constructor and Description |
|---|
ServerSnapshotTagLink() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Server |
getServer() |
ServerSnapshot |
getSnapshot() |
SnapshotTag |
getTag() |
int |
hashCode() |
void |
setServer(Server serverIn) |
void |
setSnapshot(ServerSnapshot snapshotIn) |
void |
setTag(SnapshotTag tagIn) |
getCreated, getModified, setCreated, setModified, toStringpublic Server getServer()
public void setServer(Server serverIn)
serverIn - The server to set.public ServerSnapshot getSnapshot()
public void setSnapshot(ServerSnapshot snapshotIn)
snapshotIn - The snapshot to set.public SnapshotTag getTag()
public void setTag(SnapshotTag tagIn)
tagIn - The tag to set.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object