Class CharacterInfo
Object
CharacterInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
An url to the homepage of a player.getName()
int
hashCode()
void
setCityofbirth
(String cityofbirth) void
setDateofbirth
(String dateofbirth) void
setHomepageurl
(String homepageurl) void
setImageurl
(String imageurl) void
void
setStoryline
(String storyline) toString()
-
Constructor Details
-
CharacterInfo
public CharacterInfo() -
CharacterInfo
-
-
Method Details
-
getName
-
setName
-
getImageurl
-
setImageurl
- Throws:
MudException
-
getHomepageurl
An url to the homepage of a player. Only http and https are supported.- Returns:
- a properly formatted url.
-
setHomepageurl
- Throws:
MudException
-
getDateofbirth
-
setDateofbirth
-
getCityofbirth
-
setCityofbirth
-
getStoryline
-
setStoryline
- Throws:
MudException
-
hashCode
-
equals
-
toString
-