public class AssociationImpl extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
fromContext |
protected String |
toContext |
protected Integer |
version |
| Constructor and Description |
|---|
AssociationImpl() |
AssociationImpl(String fromContext,
String toContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFromContext() |
String |
getToContext() |
protected Integer |
getVersion() |
int |
hashCode() |
protected void |
setFromContext(String fromContext) |
protected void |
setToContext(String toContext) |
protected void |
setVersion(Integer version) |
String |
toString() |
protected String fromContext
protected String toContext
protected Integer version
protected Integer getVersion()
protected void setVersion(Integer version)
public String getFromContext()
protected void setFromContext(String fromContext)
public String getToContext()
protected void setToContext(String toContext)
public String toString()
toString in class ObjectObject.toString()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()Copyright © 2003–2016 The Sakai Foundation. All rights reserved.