pl.slawas.entities
Interface DictionaryWithIntegerId

All Superinterfaces:
NameValuePair, java.io.Serializable
All Known Implementing Classes:
BooleanEnum

public interface DictionaryWithIntegerId
extends NameValuePair


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

Method Detail

getId

java.lang.Integer getId()
Returns:
the id

setId

void setId(java.lang.Integer code)
Parameters:
id - the id to set

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.