Class CharacterInfo
Object
CharacterInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAn url to the homepage of a player.getName()inthashCode()voidsetCityofbirth(String cityofbirth) voidsetDateofbirth(String dateofbirth) voidsetHomepageurl(String homepageurl) voidsetImageurl(String imageurl) voidvoidsetStoryline(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
-