Class AttachedLocation

java.lang.Object
zombie.characters.AttachedItems.AttachedLocation

public final class AttachedLocation
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.String attachmentName  
    protected AttachedLocationGroup group  
    protected java.lang.String id  
  • Constructor Summary

    Constructors
    Constructor Description
    AttachedLocation​(AttachedLocationGroup attachedLocationGroup, java.lang.String string)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAttachmentName()  
    java.lang.String getId()  
    void setAttachmentName​(java.lang.String string)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • group

      protected final AttachedLocationGroup group
    • id

      protected final java.lang.String id
    • attachmentName

      protected java.lang.String attachmentName
  • Constructor Details

    • AttachedLocation

      public AttachedLocation​(AttachedLocationGroup attachedLocationGroup, java.lang.String string)
  • Method Details

    • setAttachmentName

      public void setAttachmentName​(java.lang.String string)
    • getAttachmentName

      public java.lang.String getAttachmentName()
    • getId

      public java.lang.String getId()