public class Relation extends Object implements Comparable<Relation>
Relation()
Relation(String type, String code)
int
compareTo(Relation o)
String
getCode()
getType()
void
setCode(String code)
setType(String type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Relation()
public Relation(String type, String code)
public String getType()
public void setType(String type)
public int compareTo(Relation o)
compareTo
Comparable<Relation>
public String getCode()
public void setCode(String code)
Copyright © 2017. All rights reserved.