org.opencrx.kernel.account1.cci2
Interface CreateLeadParams

All Known Subinterfaces:
CreateLeadParams

public interface CreateLeadParams


Nested Class Summary
static class CreateLeadParams.Member
          The structure's members
 
Method Summary
 Lead getBasedOn()
          Retrieves the value for the optional structure field basedOn.
 String getDescription()
          Retrieves the value for the optional structure field description.
 String getName()
          Retrieves the value for the optional structure field name.
 String getNextStep()
          Retrieves the value for the optional structure field nextStep.
 

Method Detail

getBasedOn

Lead getBasedOn()
Retrieves the value for the optional structure field basedOn.

Returns:
The possibly null value for structure field basedOn.

getDescription

String getDescription()
Retrieves the value for the optional structure field description.

Returns:
The possibly null value for structure field description.

getName

String getName()
Retrieves the value for the optional structure field name.

Returns:
The possibly null value for structure field name.

getNextStep

String getNextStep()
Retrieves the value for the optional structure field nextStep.

Returns:
The possibly null value for structure field nextStep.


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.