Class ShortName
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,java.lang.String>
-
- de.iip_ecosphere.platform.support.semanticId.eclass.model.TranslatableLabel
-
- de.iip_ecosphere.platform.support.semanticId.eclass.model.ShortName
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.String>
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-02-28T18:29:16.382914+01:00[Europe/Berlin]") public class ShortName extends TranslatableLabelShort name of structural element- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShortName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()private java.lang.StringtoIndentedString(java.lang.Object o)Convert the given object to string with each line indented by 4 spaces (except the first line).java.lang.StringtoString()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Specified by:
equalsin interfacejava.util.Map<java.lang.String,java.lang.String>- Overrides:
equalsin classTranslatableLabel
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacejava.util.Map<java.lang.String,java.lang.String>- Overrides:
hashCodein classTranslatableLabel
-
toString
public java.lang.String toString()
- Overrides:
toStringin classTranslatableLabel
-
toIndentedString
private java.lang.String toIndentedString(java.lang.Object o)
Convert the given object to string with each line indented by 4 spaces (except the first line).
-
-