- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 28 of file SecItem.java.
◆ SecItem()
org.turro.security.SecItem.SecItem |
( |
String |
secName, |
|
|
long |
usage |
|
) |
| |
Definition at line 35 of file SecItem.java.
36 this.secName = secName;
38 this.selected =
false;
◆ compareTo()
int org.turro.security.SecItem.compareTo |
( |
SecItem |
o | ) |
|
Definition at line 50 of file SecItem.java.
51 return CompareUtil.compare(secName, o.secName);
◆ equals()
boolean org.turro.security.SecItem.equals |
( |
Object |
obj | ) |
|
Definition at line 83 of file SecItem.java.
90 if (getClass() != obj.getClass()) {
94 if (!Objects.equals(
this.secName, other.secName)) {
SecItem(String secName, long usage)
◆ getSecName()
String org.turro.security.SecItem.getSecName |
( |
| ) |
|
◆ getUsage()
long org.turro.security.SecItem.getUsage |
( |
| ) |
|
◆ hashCode()
int org.turro.security.SecItem.hashCode |
( |
| ) |
|
Definition at line 76 of file SecItem.java.
78 hash = 59 * hash + Objects.hashCode(this.secName);
◆ isSelected()
boolean org.turro.security.SecItem.isSelected |
( |
| ) |
|
◆ isSibling()
boolean org.turro.security.SecItem.isSibling |
( |
| ) |
|
◆ setSelected()
void org.turro.security.SecItem.setSelected |
( |
boolean |
selected | ) |
|
Definition at line 58 of file SecItem.java.
59 this.selected = selected;
◆ setSibling()
void org.turro.security.SecItem.setSibling |
( |
boolean |
sibling | ) |
|
Definition at line 66 of file SecItem.java.
67 this.sibling = sibling;
◆ toString()
String org.turro.security.SecItem.toString |
( |
| ) |
|
The documentation for this class was generated from the following file: