|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.biomoby.shared.MobyServiceType
public class MobyServiceType
A container representing a service type used in the Moby registry.
This container is used mainly to register a new service type in a Moby registry, and to find services of a particular type.
Field Summary | |
---|---|
static String |
UNCATEGORIZED_LABEL
|
Constructor Summary | |
---|---|
MobyServiceType()
Default constructor. |
|
MobyServiceType(String typeName)
Normal constructor. |
|
MobyServiceType(String typeName,
Registry reg)
|
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String UNCATEGORIZED_LABEL
Constructor Detail |
---|
public MobyServiceType()
public MobyServiceType(String typeName)
public MobyServiceType(String typeName, Registry reg)
Method Detail |
---|
public int compareTo(MobyServiceType obj)
compareTo
in interface Comparable<MobyServiceType>
public boolean equals(Object obj)
equals
in class Object
public Registry getRegistry()
public void setRegistry(Registry reg)
public static void loadServiceTypes(URL serviceDefURL, Registry reg) throws Exception
Exception
public static MobyServiceType getServiceType(String className)
public static MobyServiceType getServiceType(String className, Registry reg)
public String getName()
public void setName(String value)
public String getId()
public void setId(String value)
public String getLSID()
getLSID
in interface LSIDAccessible
public void setLSID(String value)
public String getDescription()
public void setDescription(String value)
public String getParentName()
public MobyServiceType getParent()
public MobyServiceType[] getLineage()
public String[] getParentNames()
public void setParentNames(String[] value)
public void addParentName(String value)
public String getEmailContact()
public void setEmailContact(String value)
public String getAuthority()
public void setAuthority(String value)
public String toString()
toString
in class Object
public String format(int indent)
public static Comparator getAuthorityComparator()
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |