pl.slawas.entities
Interface DictionaryWithStringId

All Superinterfaces:
NameValuePair, java.io.Serializable

public interface DictionaryWithStringId
extends NameValuePair


Method Summary
 java.lang.String getCode()
           
 java.lang.String getDescription()
           
 void setCode(java.lang.String code)
           
 void setDescription(java.lang.String description)
           
 
Methods inherited from interface pl.slawas.entities.NameValuePair
getName, getValue, setName, setValue, toXMLItem
 

Method Detail

getCode

java.lang.String getCode()
Returns:
the code

setCode

void setCode(java.lang.String code)
Parameters:
code - the code to set

getDescription

java.lang.String getDescription()
Returns:
the description

setDescription

void setDescription(java.lang.String description)
Parameters:
description - the description to set


Copyright © 2014 Sci Software. All Rights Reserved.