Operation |
Details |
protected copyInFields( IntelligentVO copyFrom):void |
Sequential Notes: | Copies fields from the given VO to this VO, using getter and setter methods. | |
public IntelligentVO(): |
Sequential Notes: | Standard constructor. | |
public IntelligentVO( IntelligentVO orig): |
Sequential Notes: | Clone constructor. | |
protected static marshal( Object object, Class bindingClass):String |
Sequential Notes: | Tries to marshal the given object to a xml string. @return The xml representation of the object. | |
protected static unmarshal( String xml, Class bindingClass):Object |
Sequential Notes: | Tries to unmarshal the given xml string to the vo object. @return The unmarshalled VO object. | |