net.nan21.dnet.module.ad.data.ds.model
Class AttachmentDs
java.lang.Object
net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs<Attachment>
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>
| 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 |
| 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 |
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
AttachmentDs
public AttachmentDs()
AttachmentDs
public AttachmentDs(Attachment e)
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.