public class UNE41 extends Object implements Serializable, EDIWritable
Constructor and Description |
---|
UNE41() |
Modifier and Type | Method and Description |
---|---|
int |
getControlCount() |
String |
getGroupRef() |
void |
setControlCount(int controlCount) |
void |
setGroupRef(String groupRef) |
void |
write(Writer writer,
Delimiters delimiters)
Write the bean to the specified
Writer instance. |
public void write(Writer writer, Delimiters delimiters) throws IOException
EDIWritable
Writer
instance.write
in interface EDIWritable
writer
- The target writer.delimiters
- The delimiters.IOException
- Error writing bean.public int getControlCount()
public void setControlCount(int controlCount)
public String getGroupRef()
public void setGroupRef(String groupRef)
Copyright © 2020. All rights reserved.