Class RemoteProjectModel


  • public class RemoteProjectModel
    extends java.lang.Object
    Used to represent a remote project for selecting from available remote projects in the create remote synchronized project form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      java.lang.String getLabel()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoteProjectModel

        public RemoteProjectModel​(Project project)
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • getLabel

        public java.lang.String getLabel()
      • getKey

        public java.lang.String getKey()