kz.arta.synergy.server.api.rest.dictionary
Class DictionaryRecord.Field

java.lang.Object
  extended by kz.arta.synergy.server.api.rest.dictionary.DictionaryRecord.Field
Enclosing class:
DictionaryRecord

public static class DictionaryRecord.Field
extends java.lang.Object


Constructor Summary
DictionaryRecord.Field()
           
 
Method Summary
 java.lang.String getCode()
           
 java.lang.String getValue()
           
 java.lang.String getValueEN()
           
 java.lang.String getValueKZ()
           
 java.lang.String getValueRU()
           
 void setCode(java.lang.String code)
           
 void setValue(java.lang.String value)
           
 void setValueEN(java.lang.String valueEN)
           
 void setValueKZ(java.lang.String valueKZ)
           
 void setValueRU(java.lang.String valueRU)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryRecord.Field

public DictionaryRecord.Field()
Method Detail

getCode

public java.lang.String getCode()

setCode

public void setCode(java.lang.String code)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getValueKZ

public java.lang.String getValueKZ()

setValueKZ

public void setValueKZ(java.lang.String valueKZ)

getValueRU

public java.lang.String getValueRU()

setValueRU

public void setValueRU(java.lang.String valueRU)

getValueEN

public java.lang.String getValueEN()

setValueEN

public void setValueEN(java.lang.String valueEN)


Copyright © 2000 Dummy Corp. All Rights Reserved.