Class ArchitectureSubtypeOther
- java.lang.Object
-
- no.unit.nva.model.instancetypes.artistic.architecture.ArchitectureSubtype
-
- no.unit.nva.model.instancetypes.artistic.architecture.ArchitectureSubtypeOther
-
public class ArchitectureSubtypeOther extends ArchitectureSubtype
-
-
Field Summary
-
Fields inherited from class no.unit.nva.model.instancetypes.artistic.architecture.ArchitectureSubtype
DESCRIPTION, TYPE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedArchitectureSubtypeOther(ArchitectureSubtypeEnum type, java.lang.String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDescription()inthashCode()-
Methods inherited from class no.unit.nva.model.instancetypes.artistic.architecture.ArchitectureSubtype
create, createOther, fromJson, getType
-
-
-
-
Constructor Detail
-
ArchitectureSubtypeOther
protected ArchitectureSubtypeOther(ArchitectureSubtypeEnum type, java.lang.String description)
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classArchitectureSubtype
-
hashCode
public int hashCode()
- Overrides:
hashCodein classArchitectureSubtype
-
-