|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.americancoders.edi.TemplateSegmentContainer
com.americancoders.edi.TemplateFunctionalGroup
class for Template FunctionalGroups
OBOE - Open Business Objects for EDI
Part of the OBOE Basic Extended Package
An EDI and XML Translator Written In Java
Copyright 1998-2007 - American Coders, LTD - Raleigh NC USA
All rights reserved
American Coders, Ltd
P. O. Box 97462
Raleigh, NC 27624 USA
1-919-846-2014
http://www.americancoders.com
| Field Summary | |
protected IContainedObject |
parent
|
| Fields inherited from class com.americancoders.edi.TemplateSegmentContainer |
templateContainer |
| Constructor Summary | |
TemplateFunctionalGroup()
creates a FunctionalGroup object |
|
TemplateFunctionalGroup(IContainedObject inParent)
creates a FunctionalGroup object |
|
| Method Summary | |
char |
getDelimiter(char inOriginal)
returns the new delimiter based on the old delimiter |
java.lang.String |
getID()
return the ID |
IContainedObject |
getParent()
gets parent attribute |
java.lang.String |
getXMLTag()
gets the xml tag |
void |
readExternal(java.io.ObjectInput in)
used by externalize methods |
void |
setParent(IContainedObject inParent)
sets parent attribute |
void |
writeExternal(java.io.ObjectOutput out)
used by externalize methods |
| Methods inherited from class com.americancoders.edi.TemplateSegmentContainer |
addTemplateSegment, getCount, getCount, getTemplateSegment, getTemplateSegment, getTemplateSegment, isSegment |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected IContainedObject parent
| Constructor Detail |
public TemplateFunctionalGroup()
public TemplateFunctionalGroup(IContainedObject inParent)
inParent - owning Object| Method Detail |
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablein - ObjectInput stream
java.io.IOException - - most likely class changed since written
java.lang.ClassNotFoundException - - only when dummy constructro not found
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizableout - ObjectOutput stream
java.io.IOException - Java.io errorpublic void setParent(IContainedObject inParent)
setParent in interface IContainedObjectinParent - TemplateSegmentContainerpublic IContainedObject getParent()
getParent in interface IContainedObjectpublic java.lang.String getID()
IIdentifier
getID in interface IIdentifierpublic java.lang.String getXMLTag()
IIdentifier
getXMLTag in interface IIdentifierpublic char getDelimiter(char inOriginal)
IContainedObject
getDelimiter in interface IContainedObjectinOriginal -
|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||