Class NewFactor

java.lang.Object
io.gravitee.am.service.model.NewFactor

public class NewFactor extends Object
Author:
Titouan COMPIEGNE (titouan.compiegne at graviteesource.com), GraviteeSource Team
  • Constructor Details

    • NewFactor

      public NewFactor()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getFactorType

      public String getFactorType()
    • setFactorType

      public void setFactorType(String factorType)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getConfiguration

      public String getConfiguration()
    • setConfiguration

      public void setConfiguration(String configuration)
    • toString

      public String toString()
      Overrides:
      toString in class Object