Package ipsk.db.speech
Class TypedPropertyDescriptor
- java.lang.Object
-
- ipsk.db.speech.TypedPropertyDescriptor
-
- All Implemented Interfaces:
java.io.Serializable
public class TypedPropertyDescriptor extends java.lang.Object implements java.io.SerializableGeneric typed key,value pair.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTypedPropertyDescriptor.Type
-
Constructor Summary
Constructors Constructor Description TypedPropertyDescriptor()default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayName()java.lang.StringgetDisplayResourceKey()java.lang.StringgetName()TypedPropertyDescriptor.TypegetType()intgetTypedPropertyId()voidsetDisplayName(java.lang.String displayName)voidsetDisplayResourceKey(java.lang.String displayResourceKey)voidsetName(java.lang.String name)voidsetType(TypedPropertyDescriptor.Type type)voidsetTypedPropertyId(int typedPropertyId)
-
-
-
Method Detail
-
getTypedPropertyId
public int getTypedPropertyId()
-
setTypedPropertyId
public void setTypedPropertyId(int typedPropertyId)
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getType
public TypedPropertyDescriptor.Type getType()
-
setType
public void setType(TypedPropertyDescriptor.Type type)
-
getDisplayName
public java.lang.String getDisplayName()
-
setDisplayName
public void setDisplayName(java.lang.String displayName)
-
getDisplayResourceKey
public java.lang.String getDisplayResourceKey()
-
setDisplayResourceKey
public void setDisplayResourceKey(java.lang.String displayResourceKey)
-
-