public class StartingMap
extends java.lang.Object
Constructor and Description |
---|
StartingMap(@NotNull java.lang.String archName,
@NotNull java.lang.String name,
@NotNull java.lang.String description)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
@NotNull java.lang.String |
getArchName()
Returns the archetype name.
|
@NotNull java.lang.String |
getDescription()
Returns the description.
|
@NotNull java.lang.String |
getName()
Returns the proper name.
|
@NotNull java.lang.String |
toString() |
public StartingMap(@NotNull @NotNull java.lang.String archName, @NotNull @NotNull java.lang.String name, @NotNull @NotNull java.lang.String description)
archName
- the archetype namename
- the proper namedescription
- the description@NotNull public @NotNull java.lang.String getArchName()
@NotNull public @NotNull java.lang.String getName()
@NotNull public @NotNull java.lang.String getDescription()
@NotNull public @NotNull java.lang.String toString()
toString
in class java.lang.Object