Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.j2ee.descriptor.wl
Interface CapacityBean


public interface CapacityBean

Method Summary
abstract  int getCount()
           
abstract  String getId()
           
abstract  String getName()
          The name of the capacity that is unique for a given module
abstract  void setCount(int count)
           
abstract  void setId(String id)
           
abstract  void setName(String name)
           

 

Method Detail

getName

String getName()
The name of the capacity that is unique for a given module

setName

void setName(String name)

getCount

int getCount()

setCount

void setCount(int count)

getId

String getId()

setId

void setId(String id)

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09