org.opencrx.application.shop1.cci2
Interface ActivityFollowUpT

All Known Subinterfaces:
ActivityFollowUpT

public interface ActivityFollowUpT


Nested Class Summary
static class ActivityFollowUpT.Member
          The structure's members
 
Method Summary
 List<String> getCategory()
          Retrieves a list containing all the elements for the structure field category.
 Date getCreatedAt()
          Retrieves the value for the optional structure field createdAt.
 String getDescription()
          Retrieves the value for the optional structure field description.
 Date getModifiedAt()
          Retrieves the value for the optional structure field modifiedAt.
 String getName()
          Retrieves the value for the structure field name.
 String getReportingCustomerNumber()
          Retrieves the value for the optional structure field reportingCustomerNumber.
 String getTransitionName()
          Retrieves the value for the optional structure field transitionName.
 

Method Detail

getCategory

List<String> getCategory()
Retrieves a list containing all the elements for the structure field category.

Returns:
A list containing all elements for this structure field.

getCreatedAt

Date getCreatedAt()
Retrieves the value for the optional structure field createdAt.

Returns:
The possibly null value for structure field createdAt.

getDescription

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

Returns:
The possibly null value for structure field description.

getModifiedAt

Date getModifiedAt()
Retrieves the value for the optional structure field modifiedAt.

Returns:
The possibly null value for structure field modifiedAt.

getName

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

Returns:
The non-null value for structure field name.

getReportingCustomerNumber

String getReportingCustomerNumber()
Retrieves the value for the optional structure field reportingCustomerNumber.

Returns:
The possibly null value for structure field reportingCustomerNumber.

getTransitionName

String getTransitionName()
Retrieves the value for the optional structure field transitionName.

Returns:
The possibly null value for structure field transitionName.


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