Uses of Class
org.jaffa.components.codehelper.dto.CodeHelperOutCodeDto

Packages that use CodeHelperOutCodeDto
org.jaffa.components.codehelper.dto   
 

Uses of CodeHelperOutCodeDto in org.jaffa.components.codehelper.dto
 

Methods in org.jaffa.components.codehelper.dto that return CodeHelperOutCodeDto
 CodeHelperOutCodeDto CodeHelperOutElementDto.getCodeHelperOutCodeDto(int index)
          Return a codeHelperOutCodeDto at the specified position in the list
 CodeHelperOutCodeDto[] CodeHelperOutElementDto.getCodeHelperOutCodeDtos()
          Returns an array of codeHelperOutCodeDto
 

Methods in org.jaffa.components.codehelper.dto with parameters of type CodeHelperOutCodeDto
 void CodeHelperOutElementDto.addCodeHelperOutCodeDto(CodeHelperOutCodeDto codeHelperOutCodeDto)
          Add a codeHelperOutCodeDto to the list
 void CodeHelperOutElementDto.setCodeHelperOutCodeDto(CodeHelperOutCodeDto codeHelperOutCodeDto, int index)
          Add a codeHelperOutCodeDto at the specified position in the list
 void CodeHelperOutElementDto.setCodeHelperOutCodeDtos(CodeHelperOutCodeDto[] codeHelperOutCodeDtos)
          Recreate the internal list with the input array of codeHelperOutCodeDto
 boolean CodeHelperOutElementDto.removeCodeHelperOutCodeDto(CodeHelperOutCodeDto codeHelperOutCodeDto)
          Remove a codeHelperOutCodeDto from the list
 



Copyright © 2002-2004 JAFFA Project.