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

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

public class SysParamDs
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDs<SysParam>


Field Summary
static String fDEFAULTVALUE
           
static String fVALUE
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDs
active, clientId, code, createdAt, createdBy, description, entityFQN, fACTIVE, fCLIENTID, fCODE, fCREATEDAT, fCREATEDBY, fDESCRIPTION, fENTITYFQN, fID, fMODIFIEDAT, fMODIFIEDBY, fNAME, fNOTES, fUUID, fVERSION, id, modifiedAt, modifiedBy, name, notes, uuid, version
 
Constructor Summary
SysParamDs()
           
SysParamDs(SysParam e)
           
 
Method Summary
 String getDefaultValue()
           
 String getValue()
           
 void setDefaultValue(String defaultValue)
           
 void setValue(String value)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDs
getActive, getClientId, getCode, getCreatedAt, getCreatedBy, getDescription, getEntityFQN, getId, getModifiedAt, getModifiedBy, getName, getNotes, getUuid, getVersion, setActive, setClientId, setCode, setCreatedAt, setCreatedBy, setDescription, setEntityFQN, setId, setModifiedAt, setModifiedBy, setName, setNotes, 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

fDEFAULTVALUE

public static final String fDEFAULTVALUE
See Also:
Constant Field Values

fVALUE

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

SysParamDs

public SysParamDs()

SysParamDs

public SysParamDs(SysParam e)
Method Detail

getDefaultValue

public String getDefaultValue()

setDefaultValue

public void setDefaultValue(String defaultValue)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2012. All Rights Reserved.