Class LinkPropertyPortal

java.lang.Object
com.maplander.backend.model.manage.LinkXML.LinkPropertyPortal

public class LinkPropertyPortal extends Object
  • Constructor Details

    • LinkPropertyPortal

      public LinkPropertyPortal()
    • LinkPropertyPortal

      public LinkPropertyPortal(Long userId, String fileName, String formatFileName)
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getUserId

      public long getUserId()
    • setUserId

      public void setUserId(long userId)
    • getType

      public XMLTypeEnum getType()
    • setType

      public void setType(XMLTypeEnum type)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getDate

      public int getDate()
    • setDate

      public void setDate(int date)
    • getTime

      public int getTime()
    • setTime

      public void setTime(int time)
    • toString

      public String toString()
      Overrides:
      toString in class Object