|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.anidb.Group
public class Group
A group.
| Constructor Summary | |
|---|---|
Group()
Creates a group. |
|
Group(java.lang.Long groupId,
java.lang.Long rating,
java.lang.Long votes,
java.lang.Long animeCount,
java.lang.Long fileCount,
java.lang.String name,
java.lang.String shortName,
java.lang.String ircChannel,
java.lang.String ircServer,
java.lang.String url,
java.lang.String picname)
Creates a group. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Long |
getAnimeCount()
Returns the anime count. |
java.lang.Long |
getFileCount()
Returns the file count. |
java.lang.Long |
getGroupId()
Returns the group Id. |
java.lang.String |
getIrcChannel()
Returns the IRC channel. |
java.lang.String |
getIrcServer()
Returns the IRC server. |
java.lang.String |
getName()
Returns the name. |
java.lang.String |
getPicname()
Returns the picname. |
java.lang.Long |
getRating()
Returns the rating. |
java.lang.String |
getShortName()
Returns the short name. |
java.lang.String |
getUrl()
Returns the URL. |
java.lang.Long |
getVotes()
Returns the votes. |
int |
hashCode()
|
void |
setAnimeCount(java.lang.Long animeCount)
Sets the anime count. |
void |
setFileCount(java.lang.Long fileCount)
Sets the file count. |
void |
setGroupId(java.lang.Long groupId)
Sets the group Id. |
void |
setIrcChannel(java.lang.String ircChannel)
Sets the IRC channel. |
void |
setIrcServer(java.lang.String ircServer)
Sets the IRC server. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setPicname(java.lang.String picname)
Sets the picname. |
void |
setRating(java.lang.Long rating)
Sets the rating. |
void |
setShortName(java.lang.String shortName)
Sets the short name. |
void |
setUrl(java.lang.String url)
Sets the URL. |
void |
setVotes(java.lang.Long votes)
Sets the votes. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Group()
public Group(java.lang.Long groupId,
java.lang.Long rating,
java.lang.Long votes,
java.lang.Long animeCount,
java.lang.Long fileCount,
java.lang.String name,
java.lang.String shortName,
java.lang.String ircChannel,
java.lang.String ircServer,
java.lang.String url,
java.lang.String picname)
groupId - The group Id.rating - The rating.votes - The votes.animeCount - The anime count.fileCount - The file count.name - The name.shortName - The short name.ircChannel - The IRC channel.ircServer - The IRC server.url - The URL.picname - The picname.| Method Detail |
|---|
public java.lang.Long getGroupId()
null, if the group Id isn't set.public void setGroupId(java.lang.Long groupId)
groupId - The group Id.public java.lang.Long getRating()
null, if the rating isn't set.public void setRating(java.lang.Long rating)
rating - The rating.public java.lang.Long getVotes()
null, if the votes aren't set.public void setVotes(java.lang.Long votes)
votes - The votes.public java.lang.Long getAnimeCount()
null, if the anime count isn't
set.public void setAnimeCount(java.lang.Long animeCount)
animeCount - The anime count.public java.lang.Long getFileCount()
null, if the file count isn't set.public void setFileCount(java.lang.Long fileCount)
fileCount - The file count.public java.lang.String getName()
null, if the name isn't set.public void setName(java.lang.String name)
name - The name.public java.lang.String getShortName()
null, if the name isn't set.public void setShortName(java.lang.String shortName)
shortName - The short name.public java.lang.String getIrcChannel()
null, if the IRC channel isn't
set.public void setIrcChannel(java.lang.String ircChannel)
ircChannel - The IRC channel.public java.lang.String getIrcServer()
null, if the IRC server isn't set.public void setIrcServer(java.lang.String ircServer)
ircServer - The IRC server.public java.lang.String getUrl()
null, if the URL isn't set.public void setUrl(java.lang.String url)
url - The URL.public java.lang.String getPicname()
null, if the picname isn't set.public void setPicname(java.lang.String picname)
picname - The picname.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||