arta.synergy.web.common.client.data.xml
Class ColumnDefinitionChange

java.lang.Object
  extended by arta.synergy.web.common.client.data.xml.ColumnDefinitionChange
All Implemented Interfaces:
java.io.Serializable

public class ColumnDefinitionChange
extends java.lang.Object
implements java.io.Serializable

Created by IntelliJ IDEA. User: artur Date: 19.12.13 Time: 17:09 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
ColumnDefinitionChange()
           
 
Method Summary
 State getCode()
           
 State getComment()
           
 State getId()
           
 State getLocalized()
           
 State getName()
           
 void setCode(State code)
           
 void setComment(State comment)
           
 void setId(State id)
           
 void setLocalized(State localized)
           
 void setName(State name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnDefinitionChange

public ColumnDefinitionChange()
Method Detail

setId

public void setId(State id)

setCode

public void setCode(State code)

setName

public void setName(State name)

setComment

public void setComment(State comment)

setLocalized

public void setLocalized(State localized)

getId

public State getId()

getCode

public State getCode()

getName

public State getName()

getComment

public State getComment()

getLocalized

public State getLocalized()


Copyright © 2000 Dummy Corp. All Rights Reserved.