org.apache.myfaces.html5.demo.model
Class ApacheProject
java.lang.Object
org.apache.myfaces.html5.demo.model.ApacheProject
- All Implemented Interfaces:
- Serializable
public class ApacheProject
- extends Object
- implements Serializable
- See Also:
- Serialized Form
ApacheProject
public ApacheProject(String id,
String name,
ApacheProjectLanguage type)
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getType
public ApacheProjectLanguage getType()
setType
public void setType(ApacheProjectLanguage type)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.