net.nan21.dnet.module.ad.data.ds.filter
Class AttachmentDsFilter

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

public class AttachmentDsFilter
extends net.nan21.dnet.core.presenter.model.base.AbstractAuditableDsFilter


Field Summary
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractAuditableDsFilter
clientId, createdAt, createdAt_From, createdAt_To, createdBy, id, modifiedAt, modifiedAt_From, modifiedAt_To, modifiedBy, uuid
 
Constructor Summary
AttachmentDsFilter()
           
 
Method Summary
 String getBaseUrl()
           
 String getCategory()
           
 String getLocation()
           
 String getName()
           
 String getNotes()
           
 String getTargetType()
           
 String getTargetUuid()
           
 String getType()
           
 Long getTypeId_From()
           
 Long getTypeId_To()
           
 Long getTypeId()
           
 String getUrl()
           
 void setBaseUrl(String baseUrl)
           
 void setCategory(String category)
           
 void setLocation(String location)
           
 void setName(String name)
           
 void setNotes(String notes)
           
 void setTargetType(String targetType)
           
 void setTargetUuid(String targetUuid)
           
 void setType(String type)
           
 void setTypeId_From(Long typeId_From)
           
 void setTypeId_To(Long typeId_To)
           
 void setTypeId(Long typeId)
           
 void setUrl(String url)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractAuditableDsFilter
getClientId, getCreatedAt_From, getCreatedAt_To, getCreatedAt, getCreatedBy, getId, getModifiedAt_From, getModifiedAt_To, getModifiedAt, getModifiedBy, getUuid, setClientId, setCreatedAt_From, setCreatedAt_To, setCreatedAt, setCreatedBy, setId, setModifiedAt_From, setModifiedAt_To, setModifiedAt, setModifiedBy, 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

AttachmentDsFilter

public AttachmentDsFilter()
Method Detail

getTargetUuid

public String getTargetUuid()

setTargetUuid

public void setTargetUuid(String targetUuid)

getTargetType

public String getTargetType()

setTargetType

public void setTargetType(String targetType)

getTypeId

public Long getTypeId()

getTypeId_From

public Long getTypeId_From()

getTypeId_To

public Long getTypeId_To()

setTypeId

public void setTypeId(Long typeId)

setTypeId_From

public void setTypeId_From(Long typeId_From)

setTypeId_To

public void setTypeId_To(Long typeId_To)

getType

public String getType()

setType

public void setType(String type)

getCategory

public String getCategory()

setCategory

public void setCategory(String category)

getBaseUrl

public String getBaseUrl()

setBaseUrl

public void setBaseUrl(String baseUrl)

getName

public String getName()

setName

public void setName(String name)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getNotes

public String getNotes()

setNotes

public void setNotes(String notes)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)


Copyright © 2012. All Rights Reserved.