net.nan21.dnet.module.ad.usr.ds.model
Class MyUserSettingsDs

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

public class MyUserSettingsDs
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDs<User>


Field Summary
static String fCODE
           
static String fDATEFORMAT
           
static String fDATEFORMATID
           
static String fDECIMALSEPARATOR
           
static String fTHOUSANDSEPARATOR
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDs
active, clientId, createdAt, createdBy, description, entityFQN, fACTIVE, fCLIENTID, fCREATEDAT, fCREATEDBY, fDESCRIPTION, fENTITYFQN, fID, fMODIFIEDAT, fMODIFIEDBY, fNAME, fNOTES, fUUID, fVERSION, id, modifiedAt, modifiedBy, name, notes, uuid, version
 
Constructor Summary
MyUserSettingsDs()
           
MyUserSettingsDs(User e)
           
 
Method Summary
 String getCode()
           
 String getDateFormat()
           
 Long getDateFormatId()
           
 String getDecimalSeparator()
           
 String getThousandSeparator()
           
 void setCode(String code)
           
 void setDateFormat(String dateFormat)
           
 void setDateFormatId(Long dateFormatId)
           
 void setDecimalSeparator(String decimalSeparator)
           
 void setThousandSeparator(String thousandSeparator)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDs
getActive, getClientId, getCreatedAt, getCreatedBy, getDescription, getEntityFQN, getId, getModifiedAt, getModifiedBy, getName, getNotes, getUuid, getVersion, setActive, setClientId, 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

fCODE

public static final String fCODE
See Also:
Constant Field Values

fDECIMALSEPARATOR

public static final String fDECIMALSEPARATOR
See Also:
Constant Field Values

fTHOUSANDSEPARATOR

public static final String fTHOUSANDSEPARATOR
See Also:
Constant Field Values

fDATEFORMATID

public static final String fDATEFORMATID
See Also:
Constant Field Values

fDATEFORMAT

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

MyUserSettingsDs

public MyUserSettingsDs()

MyUserSettingsDs

public MyUserSettingsDs(User e)
Method Detail

getCode

public String getCode()
Overrides:
getCode in class net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDs<User>

setCode

public void setCode(String code)
Overrides:
setCode in class net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDs<User>

getDecimalSeparator

public String getDecimalSeparator()

setDecimalSeparator

public void setDecimalSeparator(String decimalSeparator)

getThousandSeparator

public String getThousandSeparator()

setThousandSeparator

public void setThousandSeparator(String thousandSeparator)

getDateFormatId

public Long getDateFormatId()

setDateFormatId

public void setDateFormatId(Long dateFormatId)

getDateFormat

public String getDateFormat()

setDateFormat

public void setDateFormat(String dateFormat)


Copyright © 2012. All Rights Reserved.