|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.app.OwDefaultComboItem
public class OwDefaultComboItem
Default implementation for combo box item.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor Summary | |
---|---|
OwDefaultComboItem(String value_p,
String displayName_p)
Constructor |
Method Summary | |
---|---|
boolean |
equals(Object object_p)
|
String |
getDisplayName()
Get the item display name. |
String |
getValue()
Get the item value. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OwDefaultComboItem(String value_p, String displayName_p)
value_p
- - the valuedisplayName_p
- - the display nameMethod Detail |
---|
public String getDisplayName()
OwComboItem
getDisplayName
in interface OwComboItem
String
object representing the display name of this combo item.public String getValue()
OwComboItem
getValue
in interface OwComboItem
String
object representing the value of this combo item.public int hashCode()
hashCode
in class Object
public boolean equals(Object object_p)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |