@Entity public class ConnectionContainer extends java.lang.Object implements ParentAware<Atom>, VersionedEntity
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
id |
| Constructor and Description |
|---|
ConnectionContainer() |
ConnectionContainer(Atom atom) |
| Modifier and Type | Method and Description |
|---|---|
Atom |
getAtom() |
java.lang.Long |
getId() |
java.util.Date |
getLastUpdate() |
Atom |
getParent() |
int |
getVersion() |
void |
incrementVersion() |
void |
setAtom(Atom atom) |
public ConnectionContainer(Atom atom)
public ConnectionContainer()
public void incrementVersion()
incrementVersion in interface VersionedEntitypublic java.util.Date getLastUpdate()
getLastUpdate in interface VersionedEntitypublic int getVersion()
getVersion in interface VersionedEntitypublic Atom getAtom()
public Atom getParent()
getParent in interface ParentAware<Atom>public void setAtom(Atom atom)
public java.lang.Long getId()
Copyright © 2019. All Rights Reserved.