|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.capabilities.impl.MimeTypeImpl
public class MimeTypeImpl
Mimetype implementation class.
Constructor Summary | |
---|---|
MimeTypeImpl()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Implements the equals operation so that 2 elements are equal if all their member values are equal. |
int |
getMimetypeId()
Get CapabilityId |
java.lang.String |
getName()
Get CapabilityId |
int |
hashCode()
Implements the hashCode calculation so two different objects with the content return the same hashcode.... |
void |
setMimetypeId(int id)
Set MimetypeId |
void |
setName(java.lang.String name)
Set Capability name |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MimeTypeImpl()
Method Detail |
---|
public void setMimetypeId(int id)
MimeType
setMimetypeId
in interface MimeType
public int getMimetypeId()
MimeType
getMimetypeId
in interface MimeType
public void setName(java.lang.String name)
MimeType
setName
in interface MimeType
public java.lang.String getName()
MimeType
getName
in interface MimeType
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- to compare this one with
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |