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