Class: Killbill::Plugin::Model::MutableCatalog

Inherits:
Object
  • Object
show all
Defined in:
lib/killbill/gen/api/mutable_catalog.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeMutableCatalog

Returns a new instance of MutableCatalog.



39
40
# File 'lib/killbill/gen/api/mutable_catalog.rb', line 39

def initialize()
end

Instance Attribute Details

#catalog_nameObject

Returns the value of attribute catalog_name.



37
38
39
# File 'lib/killbill/gen/api/mutable_catalog.rb', line 37

def catalog_name
  @catalog_name
end

Instance Method Details

#to_javaObject



42
43
44
45
46
# File 'lib/killbill/gen/api/mutable_catalog.rb', line 42

def to_java()
  # conversion for catalog_name [type = java.lang.String]
  @catalog_name = @catalog_name.to_s unless @catalog_name.nil?
  self
end

#to_ruby(j_obj) ⇒ Object



48
49
50
51
52
# File 'lib/killbill/gen/api/mutable_catalog.rb', line 48

def to_ruby(j_obj)
  # conversion for catalog_name [type = java.lang.String]
  @catalog_name = j_obj.catalog_name
  self
end