Class IconImpl
- java.lang.Object
-
- org.jboss.jca.common.metadata.spec.IconImpl
-
- All Implemented Interfaces:
Serializable,Cloneable,CopyableMetaData,JCAMetadata,Icon,IdDecoratedMetadata,LocalizedMetadata
public class IconImpl extends Object implements Icon
An Icon implementation- Author:
- Stefano Maestri, Jesper Pedersen
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CopyableMetaDatacopy()booleanequals(Object obj)StringgetId()StringgetLang()XsdStringgetLargeIcon()XsdStringgetSmallIcon()inthashCode()voidsetLang(String lng)Set the langStringtoString()
-
-
-
Method Detail
-
getSmallIcon
public XsdString getSmallIcon()
- Specified by:
getSmallIconin interfaceIcon
-
getLargeIcon
public XsdString getLargeIcon()
- Specified by:
getLargeIconin interfaceIcon
-
getLang
public String getLang()
- Specified by:
getLangin interfaceIcon- Specified by:
getLangin interfaceLocalizedMetadata
-
getId
public String getId()
- Specified by:
getIdin interfaceIdDecoratedMetadata
-
setLang
public void setLang(String lng)
Set the lang- Parameters:
lng- The value
-
copy
public CopyableMetaData copy()
- Specified by:
copyin interfaceCopyableMetaData
-
-