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

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.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>


Field Summary
static String fACCOUNTTYPE
           
static String fACCOUNTTYPEID
           
static String fCODE
           
static String fDATEFORMAT
           
static String fDATEFORMATID
           
static String fDECIMALSEPARATOR
           
static String fLOCKED
           
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
UserDs()
           
UserDs(User e)
           
 
Method Summary
 String getAccountType()
           
 Long getAccountTypeId()
           
 String getCode()
           
 String getDateFormat()
           
 Long getDateFormatId()
           
 String getDecimalSeparator()
           
 Boolean getLocked()
           
 String getThousandSeparator()
           
 void setAccountType(String accountType)
           
 void setAccountTypeId(Long accountTypeId)
           
 void setCode(String code)
           
 void setDateFormat(String dateFormat)
           
 void setDateFormatId(Long dateFormatId)
           
 void setDecimalSeparator(String decimalSeparator)
           
 void setLocked(Boolean locked)
           
 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

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
Constructor Detail

UserDs

public UserDs()

UserDs

public UserDs(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>

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.