net.nan21.dnet.module.ad.system.ds.model
Class UiViewStateDs

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
      extended by net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs<UiViewState>
          extended by net.nan21.dnet.module.ad.system.ds.model.UiViewStateDs
All Implemented Interfaces:
net.nan21.dnet.core.api.model.IModelWithClientId, net.nan21.dnet.core.api.model.IModelWithId

public class UiViewStateDs
extends net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs<UiViewState>


Field Summary
static String fCMP
           
static String fCMPTYPE
           
static String fNAME
           
static String fSTATEVALUE
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs
clientId, createdAt, createdBy, entityFQN, fCLIENTID, fCREATEDAT, fCREATEDBY, fENTITYFQN, fID, fMODIFIEDAT, fMODIFIEDBY, fUUID, fVERSION, id, modifiedAt, modifiedBy, uuid, version
 
Constructor Summary
UiViewStateDs()
           
UiViewStateDs(UiViewState e)
           
 
Method Summary
 String getCmp()
           
 String getCmpType()
           
 String getName()
           
 String getStateValue()
           
 void setCmp(String cmp)
           
 void setCmpType(String cmpType)
           
 void setName(String name)
           
 void setStateValue(String stateValue)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs
getClientId, getCreatedAt, getCreatedBy, getEntityFQN, getId, getModifiedAt, getModifiedBy, getUuid, getVersion, setClientId, setCreatedAt, setCreatedBy, setEntityFQN, setId, setModifiedAt, setModifiedBy, setUuid, setVersion
 
Methods inherited from class net.nan21.dnet.core.presenter.model.AbstractDsModel
_asLong_, _getEntity_, _setEntity_, get__clientRecordId__, set__clientRecordId__
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fNAME

public static final String fNAME
See Also:
Constant Field Values

fCMP

public static final String fCMP
See Also:
Constant Field Values

fCMPTYPE

public static final String fCMPTYPE
See Also:
Constant Field Values

fSTATEVALUE

public static final String fSTATEVALUE
See Also:
Constant Field Values
Constructor Detail

UiViewStateDs

public UiViewStateDs()

UiViewStateDs

public UiViewStateDs(UiViewState e)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getCmp

public String getCmp()

setCmp

public void setCmp(String cmp)

getCmpType

public String getCmpType()

setCmpType

public void setCmpType(String cmpType)

getStateValue

public String getStateValue()

setStateValue

public void setStateValue(String stateValue)


Copyright © 2012. All Rights Reserved.