org.apache.struts2.showcase.model
Interface IdEntity

All Superinterfaces:
Serializable
All Known Implementing Classes:
Employee, Skill

public interface IdEntity
extends Serializable

IdEntity. Interface.


Method Summary
 Serializable getId()
           
 void setId(Serializable id)
           
 

Method Detail

getId

Serializable getId()

setId

void setId(Serializable id)


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.