public class Code extends Object implements Serializable
| Constructor and Description | 
|---|
| Code(String code)Construct a new instance with the given code. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getCode()Get the Javascript code. | 
| int | hashCode() | 
| String | toString() | 
public Code(String code)
code - the Javascript code