net.nan21.dnet.module.ad.usr.ds.filter
Class UserDsFilter

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsFilter
      extended by net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDsFilter
          extended by net.nan21.dnet.module.ad.usr.ds.filter.UserDsFilter
All Implemented Interfaces:
net.nan21.dnet.core.api.model.IModelWithClientId, net.nan21.dnet.core.api.model.IModelWithId

public class UserDsFilter
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDsFilter


Field Summary
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDsFilter
active, clientId, createdAt, createdAt_From, createdAt_To, createdBy, description, id, modifiedAt, modifiedAt_From, modifiedAt_To, modifiedBy, name, notes, uuid
 
Constructor Summary
UserDsFilter()
           
 
Method Summary
 String getAccountType()
           
 Long getAccountTypeId_From()
           
 Long getAccountTypeId_To()
           
 Long getAccountTypeId()
           
 String getCode()
           
 String getDateFormat()
           
 Long getDateFormatId_From()
           
 Long getDateFormatId_To()
           
 Long getDateFormatId()
           
 String getDecimalSeparator()
           
 Boolean getLocked()
           
 String getThousandSeparator()
           
 void setAccountType(String accountType)
           
 void setAccountTypeId_From(Long accountTypeId_From)
           
 void setAccountTypeId_To(Long accountTypeId_To)
           
 void setAccountTypeId(Long accountTypeId)
           
 void setCode(String code)
           
 void setDateFormat(String dateFormat)
           
 void setDateFormatId_From(Long dateFormatId_From)
           
 void setDateFormatId_To(Long dateFormatId_To)
           
 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.AbstractTypeWithCodeDsFilter
getActive, getClientId, getCreatedAt_From, getCreatedAt_To, getCreatedAt, getCreatedBy, getDescription, getId, getModifiedAt_From, getModifiedAt_To, getModifiedAt, getModifiedBy, getName, getNotes, getUuid, setActive, setClientId, setCreatedAt_From, setCreatedAt_To, setCreatedAt, setCreatedBy, setDescription, setId, setModifiedAt_From, setModifiedAt_To, setModifiedAt, setModifiedBy, setName, setNotes, setUuid
 
Methods inherited from class net.nan21.dnet.core.presenter.model.AbstractDsFilter
_asLong_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDsFilter

public UserDsFilter()
Method Detail

getCode

public String getCode()
Overrides:
getCode in class net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDsFilter

setCode

public void setCode(String code)
Overrides:
setCode in class net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDsFilter

getLocked

public Boolean getLocked()

setLocked

public void setLocked(Boolean locked)

getAccountType

public String getAccountType()

setAccountType

public void setAccountType(String accountType)

getAccountTypeId

public Long getAccountTypeId()

getAccountTypeId_From

public Long getAccountTypeId_From()

getAccountTypeId_To

public Long getAccountTypeId_To()

setAccountTypeId

public void setAccountTypeId(Long accountTypeId)

setAccountTypeId_From

public void setAccountTypeId_From(Long accountTypeId_From)

setAccountTypeId_To

public void setAccountTypeId_To(Long accountTypeId_To)

getDecimalSeparator

public String getDecimalSeparator()

setDecimalSeparator

public void setDecimalSeparator(String decimalSeparator)

getThousandSeparator

public String getThousandSeparator()

setThousandSeparator

public void setThousandSeparator(String thousandSeparator)

getDateFormatId

public Long getDateFormatId()

getDateFormatId_From

public Long getDateFormatId_From()

getDateFormatId_To

public Long getDateFormatId_To()

setDateFormatId

public void setDateFormatId(Long dateFormatId)

setDateFormatId_From

public void setDateFormatId_From(Long dateFormatId_From)

setDateFormatId_To

public void setDateFormatId_To(Long dateFormatId_To)

getDateFormat

public String getDateFormat()

setDateFormat

public void setDateFormat(String dateFormat)


Copyright © 2012. All Rights Reserved.