public class MdmObject extends MdmObjectAttributes implements Comparable<MdmObject>
attributes| 构造器和说明 |
|---|
MdmObject() |
MdmObject(String mdmID,
Map<String,String> attributes) |
MdmObject(String mdmID,
String attributesJson) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(MdmObject o) |
boolean |
equals(Object obj) |
static Comparator<MdmObject> |
getComparator() |
String |
getMdmID() |
int |
hashCode() |
String |
toString() |
getAttributes, setAttributespublic String getMdmID()
public String toString()
toString 在类中 MdmObjectAttributespublic static Comparator<MdmObject> getComparator()
public int compareTo(MdmObject o)
compareTo 在接口中 Comparable<MdmObject>public int hashCode()
hashCode 在类中 MdmObjectAttributespublic boolean equals(Object obj)
equals 在类中 MdmObjectAttributesCopyright © 2018. All rights reserved.