new NameFormInfo( [json])
Extra information about a name form.
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
json |
Object |
<optional> |
Extends
Methods
-
getOrder()
-
Get the order
Returns:
order- Type
- String
-
init(json)
-
Initialize from JSON
Parameters:
Name Type Description json
Object - Overrides:
Returns:
NameFormInfo this -
<static> isInstance(obj)
-
Check whether the given object is an instance of this class.
Parameters:
Name Type Description obj
Object Returns:
- Type
- Boolean
-
setOrder(order)
-
Set the order
Parameters:
Name Type Description order
String Returns:
this- Type
- NameFormInfo
-
toJSON()
-
Export the object as JSON
- Overrides:
Returns:
JSON object- Type
- Object