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

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
      extended by net.nan21.dnet.core.presenter.model.base.AbstractTypeDs<Bookmark>
          extended by net.nan21.dnet.module.ad.usr.ds.model.BookmarkRtLovDs
All Implemented Interfaces:
net.nan21.dnet.core.api.model.IModelWithClientId, net.nan21.dnet.core.api.model.IModelWithId

public class BookmarkRtLovDs
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeDs<Bookmark>


Field Summary
static String fBUNDLE
           
static String fFRAME
           
static String fLEAF
           
static String fPARENT
           
static String fPARENTID
           
static String fSEPARATORAFTER
           
static String fSEPARATORBEFORE
           
static String fSEQUENCENO
           
static String fTEXT
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeDs
active, clientId, createdAt, createdBy, description, entityFQN, fACTIVE, fCLIENTID, fCREATEDAT, fCREATEDBY, fDESCRIPTION, fENTITYFQN, fID, fMODIFIEDAT, fMODIFIEDBY, fNAME, fUUID, fVERSION, id, modifiedAt, modifiedBy, name, uuid, version
 
Constructor Summary
BookmarkRtLovDs()
           
BookmarkRtLovDs(Bookmark e)
           
 
Method Summary
 String getBundle()
           
 String getFrame()
           
 Boolean getLeaf()
           
 String getParent()
           
 Long getParentId()
           
 Boolean getSeparatorAfter()
           
 Boolean getSeparatorBefore()
           
 Integer getSequenceNo()
           
 String getText()
           
 void setBundle(String bundle)
           
 void setFrame(String frame)
           
 void setLeaf(Boolean leaf)
           
 void setParent(String parent)
           
 void setParentId(Long parentId)
           
 void setSeparatorAfter(Boolean separatorAfter)
           
 void setSeparatorBefore(Boolean separatorBefore)
           
 void setSequenceNo(Integer sequenceNo)
           
 void setText(String text)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeDs
getActive, getClientId, getCreatedAt, getCreatedBy, getDescription, getEntityFQN, getId, getModifiedAt, getModifiedBy, getName, getUuid, getVersion, setActive, setClientId, setCreatedAt, setCreatedBy, setDescription, setEntityFQN, setId, setModifiedAt, setModifiedBy, setName, 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

fSEQUENCENO

public static final String fSEQUENCENO
See Also:
Constant Field Values

fPARENTID

public static final String fPARENTID
See Also:
Constant Field Values

fPARENT

public static final String fPARENT
See Also:
Constant Field Values

fTEXT

public static final String fTEXT
See Also:
Constant Field Values

fFRAME

public static final String fFRAME
See Also:
Constant Field Values

fBUNDLE

public static final String fBUNDLE
See Also:
Constant Field Values

fSEPARATORBEFORE

public static final String fSEPARATORBEFORE
See Also:
Constant Field Values

fSEPARATORAFTER

public static final String fSEPARATORAFTER
See Also:
Constant Field Values

fLEAF

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

BookmarkRtLovDs

public BookmarkRtLovDs()

BookmarkRtLovDs

public BookmarkRtLovDs(Bookmark e)
Method Detail

getSequenceNo

public Integer getSequenceNo()

setSequenceNo

public void setSequenceNo(Integer sequenceNo)

getParentId

public Long getParentId()

setParentId

public void setParentId(Long parentId)

getParent

public String getParent()

setParent

public void setParent(String parent)

getText

public String getText()

setText

public void setText(String text)

getFrame

public String getFrame()

setFrame

public void setFrame(String frame)

getBundle

public String getBundle()

setBundle

public void setBundle(String bundle)

getSeparatorBefore

public Boolean getSeparatorBefore()

setSeparatorBefore

public void setSeparatorBefore(Boolean separatorBefore)

getSeparatorAfter

public Boolean getSeparatorAfter()

setSeparatorAfter

public void setSeparatorAfter(Boolean separatorAfter)

getLeaf

public Boolean getLeaf()

setLeaf

public void setLeaf(Boolean leaf)


Copyright © 2012. All Rights Reserved.