6 3 1 2 Getter Setter Methods

LANSA Integrator

6.3.1.2 Getter/Setter Methods

 

public final String getStatus ()

public final void setStatus ( String status )

 

The status parameter value is trimmed and converted to uppercase.

If the status parameter is null, then the internal status value is set to ERROR.

 

public final String getMessage ()

public final void setMessage ( String message )

 

If the message parameter is null, then the internal message value is set to a zero length string.

 

public final JSMList getList ()

public final void setList ( JSMList list )

 

public final JSMFieldList getFieldList ()

public final void setFieldList ( JSMFieldList fieldList )

 

public final byte[] getByteArray ()

public final void setByteArray ( byte[] byteArray )

 

If the byteArray parameter is null, then the internal byteArray value is a zero length byte array object.