Class TotemFile

java.lang.Object
com.maplander.backend.model.test.TotemFile

public class TotemFile extends Object
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getType

      public PFileTypeEnum getType()
    • setType

      public void setType(PFileTypeEnum type)
    • getTime

      public int getTime()
    • setTime

      public void setTime(int time)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • toString

      public String toString()
      Overrides:
      toString in class Object