net.nan21.dnet.module.ad.usr.ds.model
Class MyUserSettingsDs
java.lang.Object
net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDs<User>
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>
| 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 |
| 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 |
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
MyUserSettingsDs
public MyUserSettingsDs()
MyUserSettingsDs
public MyUserSettingsDs(User e)
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.