org.opencrx.application.shop1.cci2
Interface CodeValueEntryT

All Known Subinterfaces:
CodeValueEntryT

public interface CodeValueEntryT


Nested Class Summary
static class CodeValueEntryT.Member
          The structure's members
 
Method Summary
 String getCode()
          Retrieves the value for the structure field code.
 List<String> getLongText()
          Retrieves a list containing all the elements for the structure field longText.
 List<String> getShortText()
          Retrieves a list containing all the elements for the structure field shortText.
 Date getValidFrom()
          Retrieves the value for the optional structure field validFrom.
 Date getValidTo()
          Retrieves the value for the optional structure field validTo.
 

Method Detail

getCode

String getCode()
Retrieves the value for the structure field code.

--> CodeValueEntry::code

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

getLongText

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

--> CodeValueContainer::longText

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

getShortText

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

--> CodeValueContainer::shortText

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

getValidFrom

Date getValidFrom()
Retrieves the value for the optional structure field validFrom.

Returns:
The possibly null value for structure field validFrom.

getValidTo

Date getValidTo()
Retrieves the value for the optional structure field validTo.

Returns:
The possibly null value for structure field validTo.


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