Package stanford.netdb
Class Admin_Team_SS_Result
- java.lang.Object
-
- stanford.netdb.Simple_Search_Result<Admin_Team_SS_Result>
-
- stanford.netdb.Admin_Team_SS_Result
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Admin_Team_SS_Result>,java.util.Comparator<Admin_Team_SS_Result>
public class Admin_Team_SS_Result extends Simple_Search_Result<Admin_Team_SS_Result>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class stanford.netdb.Simple_Search_Result
Simple_Search_Result.IP_TYPE, Simple_Search_Result.NAME_TYPE, Simple_Search_Result.SEARCH_TYPE
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Stringjson_template_nameThe template toJSON uses.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringname()Fetch the handle of an Admin_Team.java.lang.StringtoJSON(java.lang.Boolean pretty, java.lang.Boolean ignore_exceptions)Convert this to a JSON object using the template defined in json_template_name.-
Methods inherited from class stanford.netdb.Simple_Search_Result
compare, compareTo, handle, toJSON, toJSON, toJSON, toJSON
-
-
-
-
Method Detail
-
name
public java.lang.String name()
Fetch the handle of an Admin_Team.
-
toJSON
public java.lang.String toJSON(java.lang.Boolean pretty, java.lang.Boolean ignore_exceptions) throws java.lang.ExceptionConvert this to a JSON object using the template defined in json_template_name.- Specified by:
toJSONin classSimple_Search_Result<Admin_Team_SS_Result>- Throws:
java.lang.Exception
-
-