pl.slawas.entities
Interface DictionaryWithIntegerId
- All Superinterfaces:
- NameValuePair, java.io.Serializable
- All Known Implementing Classes:
- BooleanEnum
public interface DictionaryWithIntegerId
- extends NameValuePair
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.