Public Member Functions

Swift::SecurityLabelsCatalog::Item Class Reference

Collaboration diagram for Swift::SecurityLabelsCatalog::Item:

List of all members.

Public Member Functions

 Item ()
SecurityLabel::ref getLabel () const
void setLabel (SecurityLabel::ref label)
const std::string & getSelector () const
void setSelector (const std::string &selector)
bool getIsDefault () const
void setIsDefault (bool isDefault)

Detailed Description

Definition at line 20 of file SecurityLabelsCatalog.h.


Constructor & Destructor Documentation

Swift::SecurityLabelsCatalog::Item::Item (  )  [inline]

Definition at line 22 of file SecurityLabelsCatalog.h.


Member Function Documentation

bool Swift::SecurityLabelsCatalog::Item::getIsDefault (  )  const [inline]

Definition at line 37 of file SecurityLabelsCatalog.h.

SecurityLabel::ref Swift::SecurityLabelsCatalog::Item::getLabel (  )  const [inline]

Definition at line 23 of file SecurityLabelsCatalog.h.

const std::string& Swift::SecurityLabelsCatalog::Item::getSelector (  )  const [inline]

Definition at line 31 of file SecurityLabelsCatalog.h.

void Swift::SecurityLabelsCatalog::Item::setIsDefault ( bool  isDefault  )  [inline]

Definition at line 39 of file SecurityLabelsCatalog.h.

void Swift::SecurityLabelsCatalog::Item::setLabel ( SecurityLabel::ref  label  )  [inline]

Definition at line 27 of file SecurityLabelsCatalog.h.

void Swift::SecurityLabelsCatalog::Item::setSelector ( const std::string &  selector  )  [inline]

Definition at line 33 of file SecurityLabelsCatalog.h.