net.nan21.dnet.module.ad.data.ds.model
Class AttachmentDs

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
      extended by net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs<Attachment>
          extended by net.nan21.dnet.module.ad.data.ds.model.AttachmentDs
All Implemented Interfaces:
net.nan21.dnet.core.api.model.IModelWithClientId, net.nan21.dnet.core.api.model.IModelWithId

public class AttachmentDs
extends net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs<Attachment>


Field Summary
static String fBASEURL
           
static String fCATEGORY
           
static String fLOCATION
           
static String fNAME
           
static String fNOTES
           
static String fTARGETTYPE
           
static String fTARGETUUID
           
static String fTYPE
           
static String fTYPEID
           
static String fURL
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs
clientId, createdAt, createdBy, entityFQN, fCLIENTID, fCREATEDAT, fCREATEDBY, fENTITYFQN, fID, fMODIFIEDAT, fMODIFIEDBY, fUUID, fVERSION, id, modifiedAt, modifiedBy, uuid, version
 
Constructor Summary
AttachmentDs()
           
AttachmentDs(Attachment e)
           
 
Method Summary
 String getBaseUrl()
           
 String getCategory()
           
 String getLocation()
           
 String getName()
           
 String getNotes()
           
 String getTargetType()
           
 String getTargetUuid()
           
 String getType()
           
 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(Long typeId)
           
 void setUrl(String url)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs
getClientId, getCreatedAt, getCreatedBy, getEntityFQN, getId, getModifiedAt, getModifiedBy, getUuid, getVersion, setClientId, setCreatedAt, setCreatedBy, setEntityFQN, setId, setModifiedAt, setModifiedBy, 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

fTARGETUUID

public static final String fTARGETUUID
See Also:
Constant Field Values

fTARGETTYPE

public static final String fTARGETTYPE
See Also:
Constant Field Values

fTYPEID

public static final String fTYPEID
See Also:
Constant Field Values

fTYPE

public static final String fTYPE
See Also:
Constant Field Values

fCATEGORY

public static final String fCATEGORY
See Also:
Constant Field Values

fBASEURL

public static final String fBASEURL
See Also:
Constant Field Values

fNAME

public static final String fNAME
See Also:
Constant Field Values

fLOCATION

public static final String fLOCATION
See Also:
Constant Field Values

fNOTES

public static final String fNOTES
See Also:
Constant Field Values

fURL

public static final String fURL
See Also:
Constant Field Values
Constructor Detail

AttachmentDs

public AttachmentDs()

AttachmentDs

public AttachmentDs(Attachment e)
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()

setTypeId

public void setTypeId(Long typeId)

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.