net.nan21.dnet.module.ad.usr.ds.model
Class UserDs
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.UserDs
- All Implemented Interfaces:
- net.nan21.dnet.core.api.model.IModelWithClientId, net.nan21.dnet.core.api.model.IModelWithId
public class UserDs
- 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
fLOCKED
public static final String fLOCKED
- See Also:
- Constant Field Values
fACCOUNTTYPE
public static final String fACCOUNTTYPE
- See Also:
- Constant Field Values
fACCOUNTTYPEID
public static final String fACCOUNTTYPEID
- 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
UserDs
public UserDs()
UserDs
public UserDs(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>
getLocked
public Boolean getLocked()
setLocked
public void setLocked(Boolean locked)
getAccountType
public String getAccountType()
setAccountType
public void setAccountType(String accountType)
getAccountTypeId
public Long getAccountTypeId()
setAccountTypeId
public void setAccountTypeId(Long accountTypeId)
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.