public class IndustrySector
extends java.lang.Object
implements com.gemstone.gemfire.DataSerializable
| Modifier and Type | Field and Description |
|---|---|
int |
id_parent |
int |
id_sector |
java.lang.String |
nm_sector |
java.lang.String |
tx_sector |
| Constructor and Description |
|---|
IndustrySector() |
IndustrySector(int id_sector,
int id_parent,
java.lang.String nm_sector,
java.lang.String tx_sector) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromData(java.io.DataInput input) |
void |
toData(java.io.DataOutput output) |
java.lang.String |
toString() |
public int id_sector
public int id_parent
public java.lang.String nm_sector
public java.lang.String tx_sector
public IndustrySector()
public IndustrySector(int id_sector,
int id_parent,
java.lang.String nm_sector,
java.lang.String tx_sector)
public java.lang.String toString()
toString in class java.lang.Objectpublic void fromData(java.io.DataInput input)
throws java.io.IOException,
java.lang.ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializablejava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void toData(java.io.DataOutput output)
throws java.io.IOException
toData in interface com.gemstone.gemfire.DataSerializablejava.io.IOExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.